Autodesk Vault ProfessionalVault API

GetBaseException Method

Autodesk.Connectivity.WebServicesVaultLicenseException

Syntax

public System.Exception GetBaseException()
Public Function GetBaseException() As System.Exception

Return Value

The first exception thrown in a chain of exceptions. If the System.Exception.InnerException property of the current exception is a null reference ( Nothing in Visual Basic), this property returns the current exception.

See Also