SocketTools .NET Edition

TextMessageException Class

The exception that is thrown when a client error occurs.

For a list of all members of this type, see TextMessageException Members.

System.Object
   System.Exception
      System.ApplicationException
         SocketTools.TextMessageException

[Visual Basic]
Public Class TextMessageException
    Inherits ApplicationException
[C#]
public class TextMessageException : ApplicationException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A TextMessageException is thrown by the TextMessage class when an error occurs.

The default constructor for the TextMessageException class sets the ErrorCode property to the last client error that occurred.

Requirements

Namespace: SocketTools

Assembly: SocketTools.TextMessage (in SocketTools.TextMessage.dll)

See Also

TextMessageException Members | SocketTools Namespace