Autodesk Vault ProfessionalVault API

ExtensionException Class

Autodesk.Connectivity.Extensibility.FrameworkAutodesk.Connectivity.Extensibility.Framework

An Exception class for Vault extensions.

Syntax

public class ExtensionException : System.Exception 
Public Class ExtensionException
   Inherits System.Exception

Constructors

NameDescription
ExtensionExceptionCreates a new exception for Vault Extension related activities. Creates a new exception for Vault Extension related activities.

Properties

NameDescription
ConfigurationFileGets the contents of the .vcet.Config file.
ConfigurationFilePathGets the path to the .vcet.config file.
ErrorCodeGets the error code string.
ErrorCodeEnumGets the error code.
ErrorLoadingInterfaceNameGets the interface name that failed to load
ExtensionConfigurationGets the VcetExtension associated with the exception.

Methods

NameDescription
GetTypeGets the runtime type of the current instance.

Fields

NameDescription
ParametersGets or sets the metadata about the error.
RestrictionsGets the collection of restrictions.

Returned By

Where you get a ExtensionException — members that return one.

Inheritance Hierarchy

  • System.Object
  • System.Exception
  • Autodesk.Connectivity.Extensibility.Framework.ExtensionException

See Also