RouteSetStatusChangedEventArgs.Exception Property
Gets the exception, if any, associated with the event.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As RouteSetStatusChangedEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
Property Value
Type: System.Exception
See Also
Reference
RouteSetStatusChangedEventArgs Class