Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The exception containing information about the failure.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As RealTimeException
Get
'Usage
Dim instance As ProvisioningFailedEventArgs
Dim value As RealTimeException
value = instance.Exception
public RealTimeException Exception { get; }
Property Value
Type: Microsoft.Rtc.Signaling.RealTimeException
Remarks
An application can log or otherwise surface this information for an admin to take corrective action. Possible failures: Failure in applying a certificate.
See Also
Reference
ProvisioningFailedEventArgs Class