Tracing::Error Method (String^, Exception^)

 

Represents the tracing error.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
static void Error(
	String^ invocationId,
	Exception^ ex
)

Parameters

invocationId
Type: System::String^

The invocation identifier.

ex
Type: System::Exception^

The tracing exception.

Return to top
Show: