Autodesk Vault ProfessionalVault API

Exception Property

Autodesk.Connectivity.WebServicesWebServiceInvokeEventArgs

Contains the Exception from the method call. If null, then the method completed with no Exceptions fired.

Syntax

public System.Exception Exception {get; set;}
Public Property Exception As System.Exception

See Also