RealTimeException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
RealTimeException(String) |
Initializes a new instance of the class with a specified error message. |
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. |