Autodesk Vault ProfessionalVault API

WebServiceErrorInfo Constructor

Autodesk.Connectivity.WebServicesToolsWebServiceErrorInfo

The constructor.

Syntax

public WebServiceErrorInfo(
   System.Exception ex
)
Public Function New( _
   ByVal ex As System.Exception _
)

Parameters

NameDescription
exAn exception thrown from a Web Service API call.

See Also