VaultServiceCommunicationException.ReasonEnum Enumeration
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Enumeration of the various reasons for a VaultCommunication Exception
Syntax
public enum VaultServiceCommunicationException.ReasonEnum : System.Enum Public Enum VaultServiceCommunicationException.ReasonEnum
Inherits System.EnumMembers
| Member | Description |
|---|---|
| ServerNotFound | Could not contact the sever |
| ServiceDisposed | The service instance has been disposed. Use a new connection |
| Unauthorized | Unauthorized to access the server |
| Unknown | Unknown error |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.Connectivity.WebServices.VaultServiceCommunicationException.ReasonEnum