MessagingTrace.TraceDebugException Method (String, Exception, Object[])
Traces exception information with the debug level. This method is used for troubleshooting.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static void TraceDebugException(
string format,
Exception exception,
params object[] args
)
public:
static void TraceDebugException(
String^ format,
Exception^ exception,
... array<Object^>^ args
)
Public Shared Sub TraceDebugException (
format As String,
exception As Exception,
ParamArray args As Object()
)
Parameters
format
Type: System.StringThe format.
exception
Type: System.ExceptionThe exception.
args
Type: System.Object[]The array of objects to format.
See Also
MessagingTrace Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top