NativeObjectSecurity.ExceptionFromErrorCode Delegate
Provides a way for integrators to map numeric error codes to specific exceptions that they create.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Protected Friend Delegate Function ExceptionFromErrorCode ( _ errorCode As Integer, _ name As String, _ handle As SafeHandle, _ context As Object _ ) As Exception 'Usage Dim instance As New ExceptionFromErrorCode(AddressOf HandlerMethod)
Parameters
- errorCode
- Type: System.Int32
The numeric error code.
- name
- Type: System.String
The name of the securable object with which the NativeObjectSecurity object is associated.
- handle
- Type: System.Runtime.InteropServices.SafeHandle
The handle of the securable object with which the NativeObjectSecurity object is associated.
- context
- Type: System.Object
An object that contains contextual information about the source or destination of the exception.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.