1 write to errorCode
System.Core (1)
System\Diagnostics\Eventing\Reader\EventLogException.cs (1)
60protected EventLogException(int errorCode) { this.errorCode = errorCode; }
2 references to errorCode
System.Core (2)
System\Diagnostics\Eventing\Reader\EventLogException.cs (2)
67info.AddValue("errorCode", errorCode); 77Win32Exception win32Exception = new Win32Exception(errorCode);