Class NativeObjectSecurity.ExceptionFromErrorCode
Inheritance
System.Object
NativeObjectSecurity.ExceptionFromErrorCode
Assembly: IronZip.dll
Syntax
protected sealed class ExceptionFromErrorCode : MulticastDelegate
Constructors
ExceptionFromErrorCode(Object, IntPtr)
Declaration
public ExceptionFromErrorCode(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Int32, String, SafeHandle, Object, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(int errorCode, string name, SafeHandle handle, object context, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Int32 |
errorCode |
|
| System.String |
name |
|
| System.Runtime.InteropServices.SafeHandle |
handle |
|
| System.Object |
context |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual Exception EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Exception |
|
Invoke(Int32, String, SafeHandle, Object)
Declaration
public virtual Exception Invoke(int errorCode, string name, SafeHandle handle, object context)
Parameters
| Type |
Name |
Description |
| System.Int32 |
errorCode |
|
| System.String |
name |
|
| System.Runtime.InteropServices.SafeHandle |
handle |
|
| System.Object |
context |
|
Returns
| Type |
Description |
| System.Exception |
|