TroubleshootingContext.SendExceptionReportWithTraces Method (Exception, Boolean, Boolean)
Namespace: Microsoft.Exchange.Diagnostics
Assembly: Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)
Syntax
'Declaration
Public Sub SendExceptionReportWithTraces ( _
exception As Exception, _
terminating As Boolean, _
verbose As Boolean _
)
'Usage
Dim instance As TroubleshootingContext
Dim exception As Exception
Dim terminating As Boolean
Dim verbose As Boolean
instance.SendExceptionReportWithTraces(exception, _
terminating, verbose)
public void SendExceptionReportWithTraces(
Exception exception,
bool terminating,
bool verbose
)
Parameters
- exception
Type: System.Exception
- terminating
Type: System.Boolean
- verbose
Type: System.Boolean