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