Exemple #1
0
 public static void ThrowExceptionForError(Errno errno)
 {
     throw UnixMarshal.CreateExceptionForError(errno);
 }
Exemple #2
0
 internal static Exception CreateExceptionForLastError()
 {
     return(UnixMarshal.CreateExceptionForError(Stdlib.GetLastError()));
 }