コード例 #1
0
		internal static void ThrowOnWin32Error(string message, NativeErrors lastWin32Error) {
			ThrowOnWin32Error(message, (int) lastWin32Error);
		}
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: w8w8w8/Photo.Net
 public static void ThrowOnWin32Error(string message, NativeErrors lastWin32Error)
 {
     ThrowOnWin32Error(message, (int)lastWin32Error);
 }