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

Return Value

Type: System.Boolean