3 writes to nativeErrorCode
System (3)
compmod\system\componentmodel\Win32Exception.cs (3)
56nativeErrorCode = error; 74nativeErrorCode = Marshal.GetLastWin32Error(); 79nativeErrorCode = info.GetInt32("NativeErrorCode");
2 references to nativeErrorCode
System (2)
compmod\system\componentmodel\Win32Exception.cs (2)
88return nativeErrorCode; 162info.AddValue("NativeErrorCode", nativeErrorCode);