ProvisioningFailureException 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 be thrown when auto provisioning fails.
public ref class ProvisioningFailureException : Microsoft::Rtc::Signaling::RealTimeException
[Serializable]
public class ProvisioningFailureException : Microsoft.Rtc.Signaling.RealTimeException
type ProvisioningFailureException = class
inherit RealTimeException
Public Class ProvisioningFailureException
Inherits RealTimeException
- Inheritance
- Attributes
-
SerializableAttribute
Remarks
The FailureReason property indicates the cause of failure.
Constructors
ProvisioningFailureException() |
Initializes a new instance of the class. |
ProvisioningFailureException(SerializationInfo, StreamingContext) |
Initializes a new instance of the class from serialized data. |
ProvisioningFailureException(String, Exception, ProvisioningFailureReason) |
Initializes a new instance of the class with a specific reason for the failure. |
ProvisioningFailureException(String, Exception) |
Initializes a new instance of the class. Defaults the reason to ConfigurationDataInaccessible. |
ProvisioningFailureException(String) |
Initializes a new instance of the class. Defaults the reason to ConfigurationDataInaccessible. |
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. (Inherited from RealTimeException) |
FailureReason |
Gets the reason for the failure. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo with the data needed to serialize the object. |
ToString() |
Returns the string representation of the exception, which also includes the FailureReason property. |