Autodesk Vault ProfessionalVault API

WebServiceErrorInfo Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServicesTools

Information about an error from the Vault server.

Syntax

public class WebServiceErrorInfo 
Public Class WebServiceErrorInfo 

Constructors

NameDescription
WebServiceErrorInfoThe constructor.

Properties

NameDescription
ErrorCodeGets the error code from the Vault server.
ExceptionGets the original Exception.
HasRestrictionsGets the value telling if the restriction data needs to be examined.
IsWebServiceErrorGets the value telling if the error originated from the Vault server.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServicesTools.WebServiceErrorInfo

See Also