GrayException.ExceptionFilterDelegate Delegate
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Delegate Function ExceptionFilterDelegate ( _
exception As Object _
) As Boolean
'Usage
Dim instance As New ExceptionFilterDelegate(AddressOf HandlerMethod)
public delegate bool ExceptionFilterDelegate(
Object exception
)
Parameters
- exception
Type: System.Object
Return Value
Type: System.Boolean