Edit

Share via


ProvisioningFailedEventArgs.Exception Property

Definition

The exception containing information about the failure.

public:
 property Microsoft::Rtc::Signaling::RealTimeException ^ Exception { Microsoft::Rtc::Signaling::RealTimeException ^ get(); };
public Microsoft.Rtc.Signaling.RealTimeException Exception { get; }
member this.Exception : Microsoft.Rtc.Signaling.RealTimeException
Public ReadOnly Property Exception As RealTimeException

Property Value

Remarks

An application can log or otherwise surface this information for an admin to take corrective action. Possible failures: Failure in applying a certificate.

Applies to