PinFailureException 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.
Defines the exception to capture error conditions associated with pin operations.
public ref class PinFailureException : Microsoft::Rtc::Signaling::RealTimeException
[Serializable]
public class PinFailureException : Microsoft.Rtc.Signaling.RealTimeException
type PinFailureException = class
inherit RealTimeException
Public Class PinFailureException
Inherits RealTimeException
- Inheritance
- Attributes
-
SerializableAttribute
Constructors
PinFailureException() |
Creates a new instance of the PinFailureException class. |
PinFailureException(SerializationInfo, StreamingContext) |
Creates a new instance of the PinFailureException class with serialized data. |
PinFailureException(String, Exception) |
Creates a new instance of the PinFailureException class with a message and inner exception. |
PinFailureException(String) |
Creates a new instance of the PinFailureException class with a specified error message. |
Properties
DetailedReason |
Gets the detailed reason from the response, if available. |
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) |
GeneralReason |
Gets the general reason string from the response, if available. |
Reason |
Gets the specific reason for failure. PinFailureReason. |
SipResponseData |
Gets the response data, if available. |
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. (Inherited from RealTimeException) |