Tracing.Error Method (String, Exception)

 

Represents the tracing error.

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

Syntax

public static void Error(
    string invocationId,
    Exception ex
)
public:
static void Error(
    String^ invocationId,
    Exception^ ex
)
static member Error : 
        invocationId:string *
        ex:Exception -> unit
Public Shared Sub Error (
    invocationId As String,
    ex As Exception
)

Parameters

See Also

Tracing Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top