Thrown by a message service when an error occured while sending a message.
Initializes a new instance of SendException.
public Void SendException(msg)
Name | Type | Summary |
---|---|---|
msg | String |
Initializes a new instance of SendException.
public Void SendException(msg, src)
Name | Type | Summary |
---|---|---|
msg | String | |
src | String |
Initializes a new instance of SendException.
public Void SendException(msg, src, inner)
Name | Type | Summary |
---|---|---|
msg | String | |
src | String | |
inner | Exception |
In this document