2 references to GetMessage
System.Core (2)
System\IO\__Error.cs (2)
192
throw new IOException(UnsafeNativeMethods.
GetMessage
(errorCode), UnsafeNativeMethods.MakeHRFromErrorCode(errorCode));
212
throw new IOException(UnsafeNativeMethods.
GetMessage
(errorCode), UnsafeNativeMethods.MakeHRFromErrorCode(errorCode));