NativeObjectSecurity.ExceptionFromErrorCode Delegate
.NET Framework 3.0
Provides a way for integrators to map numeric error codes to specific exceptions that they create.
Namespace: System.Security.AccessControl
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
protected internal delegate Exception ExceptionFromErrorCode ( int errorCode, string name, SafeHandle handle, Object context )
/** @delegate */ protected delegate Exception ExceptionFromErrorCode ( int errorCode, String name, SafeHandle handle, Object context )
Not applicable.
Parameters
- errorCode
The numeric error code.
- name
The name of the securable object with which the NativeObjectSecurity object is associated.
- handle
The handle of the securable object with which the NativeObjectSecurity object is associated.
- context
An object that contains contextual information about the source or destination of the exception.
Return Value
The Exception this delegate creates.Windows 98, Windows Server 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
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: