GrayException.IsGrayExceptionDelegate Delegate

Namespace:  Microsoft.Exchange.Common
Assembly:  Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)

Syntax

'Declaration
Public Delegate Function IsGrayExceptionDelegate ( _
    e As Exception _
) As Boolean
'Usage
Dim instance As New IsGrayExceptionDelegate(AddressOf HandlerMethod)
public delegate bool IsGrayExceptionDelegate(
    Exception e
)

Parameters

Return Value

Type: System.Boolean