The RealTimeExceptiontype exposes the following members.

Constructors

  Name Description
RealTimeException Overloaded.

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 ExceptionGetObjectData(SerializationInfo, StreamingContext).)
GetType (Inherited from Exception.)
MemberwiseClone (Inherited from Object.)
ToString
Creates and returns a string representation of the current exception.
(Overrides ExceptionToString () () () .)

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.)

See Also