SendException

Thrown by a message service when an error occured while sending a message.

Namespace:
Inetdev.Messaging
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.FrameworkException

Constructors

SendException

Initializes a new instance of SendException.

Signature:
public Void SendException(msg)
Parameters
Name Type Summary
msg String

SendException

Initializes a new instance of SendException.

Signature:
public Void SendException(msg, src)
Parameters
Name Type Summary
msg String
src String

SendException

Initializes a new instance of SendException.

Signature:
public Void SendException(msg, src, inner)
Parameters
Name Type Summary
msg String
src String
inner Exception

In this document