RuntimeException Class
The exception that is thrown when there is an error running XJEase code.
Namespace: XJTAG.Integration
Syntax
public class RuntimeException : IntegrationException
Inheritance Hierarchy
- IntegrationException
- Exception
- object
- ISerializable
- _Exception
- Exception
Members
Constructors
| Name | Description |
|---|---|
| RuntimeException(string) |
Initializes a new instance of the |
| RuntimeException(string, Exception) |
Initializes a new instance of the |
| RuntimeException(SerializationInfo, StreamingContext) |
Initializes a new instance of the |
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
