2 writes to _errorCode
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogException.cs (2)
56
_errorCode
= errorCode;
78
_errorCode
= serializationInfo.GetInt32("errorCode");
2 references to _errorCode
System.Diagnostics.EventLog (2)
System\Diagnostics\Reader\EventLogException.cs (2)
64
Win32Exception win32Exception = new Win32Exception(
_errorCode
);
88
info.AddValue("errorCode",
_errorCode
, typeof(int));