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