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

Members

Constructors

Name Description
RuntimeException(string)

Initializes a new instance of the XJTAG.Integration.XJRunner.RuntimeException class with a specified error message.

RuntimeException(string, Exception)

Initializes a new instance of the XJTAG.Integration.XJRunner.RuntimeException class with a specified error message and a reference to the inner exception that is the cause of this exception.

RuntimeException(SerializationInfo, StreamingContext)

Initializes a new instance of the XJTAG.Integration.XJRunner.RuntimeException class with serialized data.

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)

Events

Name Description
SerializeObjectState (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)