Represents the base class for all exceptions defined in the Microsoft Group Chat API.

Inheritance Hierarchy

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

Syntax

Visual Basic (Declaration)
Public 
Class 
GroupChatException _
	
Inherits 
Exception
Visual Basic (Usage)
Dim 
instance 
As 
GroupChatException
C#
public 
class 
GroupChatException : 
Exception

Thread Safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also