Thrown when the group chat server encounters an error while processing a request.
Inheritance Hierarchy
System
.
.
::
.
.
Object
System . . :: . . Exception
Microsoft.Rtc.Collaboration.GroupChat . . :: . . GroupChatException
Microsoft.Rtc.Collaboration.GroupChat . . :: . . CommandFailedException
Namespace:
Microsoft.Rtc.Collaboration.GroupChat
System . . :: . . Exception
Microsoft.Rtc.Collaboration.GroupChat . . :: . . GroupChatException
Microsoft.Rtc.Collaboration.GroupChat . . :: . . CommandFailedException
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class CommandFailedException _ Inherits GroupChatException |
Visual Basic (Usage) |
---|
Dim instance As CommandFailedException |
C# |
---|
public class CommandFailedException : GroupChatException |
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.