ExtensionException Class
Autodesk.Connectivity.Extensibility.Framework›Autodesk.Connectivity.Extensibility.Framework
An Exception class for Vault extensions.
Syntax
public class ExtensionException : System.Exception Public Class ExtensionException
Inherits System.ExceptionConstructors
| Name | Description |
|---|---|
| ExtensionException | Creates a new exception for Vault Extension related activities. Creates a new exception for Vault Extension related activities. |
Properties
| Name | Description |
|---|---|
| ConfigurationFile | Gets the contents of the .vcet.Config file. |
| ConfigurationFilePath | Gets the path to the .vcet.config file. |
| ErrorCode | Gets the error code string. |
| ErrorCodeEnum | Gets the error code. |
| ErrorLoadingInterfaceName | Gets the interface name that failed to load |
| ExtensionConfiguration | Gets the VcetExtension associated with the exception. |
Fields
| Name | Description |
|---|---|
| Parameters | Gets or sets the metadata about the error. |
| Restrictions | Gets 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