Task.IsKnownException method
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
'Declaration
Protected Overridable Function IsKnownException ( _
e As Exception _
) As Boolean
'Usage
Dim e As Exception
Dim returnValue As Boolean
returnValue = Me.IsKnownException(e)
protected virtual bool IsKnownException(
Exception e
)
- e
Type: System.Exception
Type: System.Boolean