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