RedirectingEventArgs.PreviousException Property
Gets the previous exception, if any.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property PreviousException As Exception
Get
Friend Set
'Usage
Dim instance As RedirectingEventArgs
Dim value As Exception
value = instance.PreviousException
public Exception PreviousException { get; internal set; }
Property Value
Type: System.Exception