NativeObjectSecurity.ExceptionFromErrorCode デリゲート
アセンブリ: mscorlib (mscorlib.dll 内)

Protected Friend Delegate Function ExceptionFromErrorCode ( _ errorCode As Integer, _ name As String, _ handle As SafeHandle, _ context As Object _ ) As Exception
protected internal delegate Exception ExceptionFromErrorCode ( int errorCode, string name, SafeHandle handle, Object context )
private delegate Exception^ ExceptionFromErrorCode ( int errorCode, String^ name, SafeHandle^ handle, Object^ context )
/** @delegate */ protected delegate Exception ExceptionFromErrorCode ( int errorCode, String name, SafeHandle handle, Object context )
戻り値
このデリゲートで作成する Exception。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- NativeObjectSecurity.ExceptionFromErrorCode デリゲートのページへのリンク