[Gregor.Core.ExceptionCallback]

Gregor.Core.ExceptionCallback

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public delegate void Gregor.Core.ExceptionCallback(Gregor.Core.CExceptionEventArgs e)

: System.MulticastDelegate, System.ICloneable, System.Runtime.Serialization.ISerializable

Custom Attributes: 

Description: 


Members

ExceptionCallback

public ExceptionCallback(System.Object object, System.IntPtr method)

Custom Attributes: 

Description: 

BeginInvoke

public virtual System.IAsyncResult BeginInvoke(Gregor.Core.CExceptionEventArgs e, System.AsyncCallback callback, System.Object object)

Custom Attributes: 

Description: 

EndInvoke

public virtual void EndInvoke(System.IAsyncResult result)

Custom Attributes: 

Description: 

Invoke

public virtual void Invoke(Gregor.Core.CExceptionEventArgs e)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CExceptionEventArgs

System.Object

System.IAsyncResult

System.ICloneable

System.Runtime.Serialization.ISerializable

System.AsyncCallback

System.MulticastDelegate

System.IntPtr

System.Void