Udostępnij za pośrednictwem


InviteParticipantUpdateEventArgs.Exception Property

NOTE: This API is now obsolete.

Gets any exception thrown, if any, during the attenpt to send the invitation to this invited participant.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")> _
Public ReadOnly Property Exception As Exception
    Get
'Usage
Dim instance As InviteParticipantUpdateEventArgs
Dim value As Exception

value = instance.Exception
[ObsoleteAttribute("This class will be removed from future versions. See ConferenceInvitation.EndDeliver for more information")]
public Exception Exception { get; }

Property Value

Type: System.Exception

Remarks

This property returns null if no exception was thrown.

See Also

Reference

InviteParticipantUpdateEventArgs Class

InviteParticipantUpdateEventArgs Members

Microsoft.Rtc.Collaboration Namespace