ConferenceFailureException Members
Defines the exception associated with a parsing of header.
The ConferenceFailureException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConferenceFailureException()()()() | Initializes a new instance of the class. | |
ConferenceFailureException(String) | Initializes a new instance of the class with a specified error message. | |
ConferenceFailureException(SerializationInfo, StreamingContext) | Initializes a new instance of the class with serialized data. | |
ConferenceFailureException(String, Exception) | Initializes a new instance of the class with a specified error message, reference to the inner exception that is the cause of this exception, the response code, and response text. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
DetectionStackTrace | Gets a string representation of the call stack at the time of the current exception. (Inherited from RealTimeException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Response | The response received or null. | |
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 | (Overrides RealTimeException..::..GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from RealTimeException.) |
Top