RealTimeException Members
Include Protected Members
Include Inherited Members
Represents the base class for all exceptions defined in the UCMA API.
The RealTimeException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RealTimeException() | Initializes a new instance of the class. | |
RealTimeException(String) | Initializes a new instance of the class with a specified error message. | |
RealTimeException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
RealTimeException(String, Exception) | Initializes a new instance of the class with a specified error message and reference to the inner exception that is the cause of this exception. |
Top
Properties
Name | Description | |
---|---|---|
Data | (inherited from Exception) | |
DetectionStackTrace | Gets a string representation of the frames on the call stack at the time the current exception was detected. For exceptions that are transferred to application threads, this provides better diagnostic information than the stack where it was thrown. | |
HelpLink | (inherited from Exception) | |
HResult | (inherited from Exception) | |
InnerException | (inherited from Exception) | |
Message | (inherited from Exception) | |
Source | (inherited from Exception) | |
StackTrace | (inherited from Exception) | |
TargetSite | (inherited from Exception) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetBaseException | (inherited from Exception) | |
GetHashCode | (inherited from Object) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the object. (Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | Creates and returns a string representation of the current exception. (Overrides Exception.ToString().) |
Top