ConferenceFailureException Members
Include Protected Members
Include Inherited Members
Defines the exception to capture error conditions associated with conference commands.
The ConferenceFailureException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConferenceFailureException() | Creates a new instance of the ConferenceFailureException class. | |
ConferenceFailureException(String) | Creates a new instance of the ConferenceFailureException class with a specified error message. | |
ConferenceFailureException(SerializationInfo, StreamingContext) | Creates a new instance of the ConferenceFailureException class with serialized data. | |
ConferenceFailureException(String, Exception) | Creates a new instance of the ConferenceFailureException class with a message and inner exception. | |
ConferenceFailureException(String, ConferenceCommandResponse, Exception) | Creates a new instance of the ConferenceFailureException class with a message and inner exception. |
Top
Properties
Name | Description | |
---|---|---|
Code | Gets the command status value. | |
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. (inherited from RealTimeException) | |
DiagnosticInformation | Gets the DiagnosticHeader representing the diagnostic information received as ms-diagnostics or ms-diagnostics-public header in the response. | |
Diagnostics | Obsolete. Gets the diagnostics information. | |
DisplayString | Gets the failure display string. | |
GeneralReason | Gets the general reason for failure. | |
HelpLink | (inherited from Exception) | |
HResult | (inherited from Exception) | |
InnerException | (inherited from Exception) | |
Message | (inherited from Exception) | |
Reason | Gets the specific reason for failure. | |
Response | Gets 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 | Populates a SerializationInfo with the data needed to serialize the object. (Overrides RealTimeException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (inherited from Exception) | |
MemberwiseClone | (inherited from Object) | |
ToString | Creates and returns a string representation of the current exception. (inherited from RealTimeException) |
Top