Compartir a través de


GrayException.ExceptionFilter Method

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

Syntax

'Declaration
Public Shared Function ExceptionFilter ( _
    exception As Object _
) As Boolean
'Usage
Dim exception As Object
Dim returnValue As Boolean

returnValue = GrayException.ExceptionFilter(exception)
public static bool ExceptionFilter(
    Object exception
)

Parameters

Return Value

Type: System.Boolean