RealTimeException Class

Definition

Represents the base class for all exceptions defined in the UCMA API.

public ref class RealTimeException : Exception
[Serializable]
public class RealTimeException : Exception
type RealTimeException = class
    inherit Exception
Public Class RealTimeException
Inherits Exception
Inheritance
RealTimeException
Derived
Attributes
SerializableAttribute

Constructors

RealTimeException()

Initializes a new instance of the class.

RealTimeException(SerializationInfo, StreamingContext)

Initializes a new instance of the class with serialized data.

RealTimeException(String)

Initializes a new instance of the class with a specified error message.

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.

Properties

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.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the object.

ToString()

Creates and returns a string representation of the current exception.

Applies to