Edit

Share via


InviteParticipantUpdateEventArgs.Exception Property

Definition

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

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Property Value

Remarks

This property returns null if no exception was thrown.

Applies to