Autodesk Vault ProfessionalVault API

VaultServiceErrorException Constructor

Autodesk.Connectivity.WebServicesVaultServiceErrorException

Syntax

public VaultServiceErrorException(
   System.Exception originatingException,
   System.string message,
   System.Xml.XmlQualifiedName code,
   System.Exception innerException,
   System.Xml.XmlNode detail,
   System.string lang
)
Public Function New( _
   ByVal originatingException As System.Exception, _
   ByVal message As System.String, _
   ByVal code As System.Xml.XmlQualifiedName, _
   ByVal innerException As System.Exception, _
   ByVal detail As System.Xml.XmlNode, _
   ByVal lang As System.String _
)

Parameters

NameDescription
originatingException
message
code
innerException
detail
lang

See Also