Beispiel #1
0
 internal static Exception GetIOException(Interop.ErrorInfo errorInfo)
 {
     return new IOException(errorInfo.GetErrorMessage(), errorInfo.RawErrno);
 }