GrayException.IsGrayException Method
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Shared Function IsGrayException ( _
e As Exception _
) As Boolean
'Usage
Dim e As Exception
Dim returnValue As Boolean
returnValue = GrayException.IsGrayException(e)
public static bool IsGrayException(
Exception e
)
Parameters
- e
Type: System.Exception
Return Value
Type: System.Boolean