AmoException Members
Include Protected Members
Include Inherited Members
Represents an exception that is raised when an AMO error or warning is encountered.
The AmoException type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | AmoException() | |
| .gif) | AmoException(String) | Initializes a new instance of the AmoException class using the specified message text. | 
| .gif) | AmoException(SerializationInfo, StreamingContext) | |
| .gif) | AmoException(String, Exception) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetBaseException() | (Inherited from Exception.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) | 
| .gif) | GetType() | (Inherited from Exception.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | ToString() | (Inherited from Exception.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Data | (Inherited from Exception.) | 
| .gif) | HelpLink | (Inherited from Exception.) | 
| .gif) | HResult | (Inherited from Exception.) | 
| .gif) | InnerException | (Inherited from Exception.) | 
| .gif) | Message | (Inherited from Exception.) | 
| .gif) | Source | (Inherited from Exception.) | 
| .gif) | StackTrace | (Inherited from Exception.) | 
| .gif) | TargetSite | (Inherited from Exception.) | 
Top