DotMSN

ProcessorExceptionEventHandler Delegate

[Visual Basic]
Public Delegate Sub ProcessorExceptionEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExceptionEventArgs _
)
[C#]
public delegate void ProcessorExceptionEventHandler(
   object sender,
   ExceptionEventArgs e
);

Requirements

Namespace: XihSolutions.DotMSN.Core

Assembly: XihSolutions.DotMSN (in XihSolutions.DotMSN.dll)

See Also

XihSolutions.DotMSN.Core Namespace