Exception Property
Gets the exception, if any, that was thrown while attempting to send an invitation to the given address.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Exception As Exception
Get
'Usage
Dim instance As InviteParticipantUpdateEventArgs
Dim value As Exception
value = instance.Exception
public Exception Exception { get; }
Property Value
Type: System..::..Exception
Remarks
Returns null if no exception was thrown.
See Also
Reference
InviteParticipantUpdateEventArgs Class