IntegrationException Class
Base class for all exceptions thrown by the XJRunner Integration assembly.
Namespace: XJTAG.Integration
Syntax
public abstract class IntegrationException : Exception
Inheritance Hierarchy
- Exception
- object
- ISerializable
- _Exception
Members
Constructors
| Name | Description |
|---|---|
| IntegrationException() | Initializes a new instance of the IntegrationException class. |
| IntegrationException(string) | Initializes a new instance of the IntegrationException class with a specified error message. |
| IntegrationException(string, Exception) | Initializes a new instance of the IntegrationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
| IntegrationException(SerializationInfo, StreamingContext) | Initializes a new instance of the IntegrationException class. |
Properties
| Name | Description |
|---|---|
| Data (from Exception) | |
| HelpLink (from Exception) | |
| HResult (from Exception) | |
| InnerException (from Exception) | |
| Message (from Exception) | |
| Source (from Exception) | |
| StackTrace (from Exception) | |
| TargetSite (from Exception) |
Methods
| Name | Description |
|---|---|
| Equals(object) (from object) | |
| Finalize (from object) | |
| GetBaseException (from Exception) | |
| GetHashCode (from object) | |
| GetObjectData (from Exception) | |
| GetType (from Exception) | |
| GetType (from object) | |
| MemberwiseClone (from object) | |
| ToString (from Exception) |
XJTAG v4.2.0
