ICloudTracingInterceptor.Error Method (String, Exception)
Raises an error.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
void Error(
string invocationId,
Exception exception
)
void Error(
String^ invocationId,
Exception^ exception
)
abstract Error :
invocationId:string *
exception:Exception -> unit
Sub Error (
invocationId As String,
exception As Exception
)
Parameters
invocationId
Type: System.StringThe identifier of the method invocation.
- ex
The error.
See Also
ICloudTracingInterceptor Interface
Microsoft.WindowsAzure Namespace
Return to top