![]() |
DEPRECATED: Diffusion Silverlight Classic API
5.9.4
|
Encapsulates the details of a service topic error. More...
Public Member Functions | |
ServiceTopicError (ServiceTopicHandler handler, string requestId, string errorType, string errorMessage) | |
Constructor. More... | |
Public Attributes | |
const string | errorResponseType = "!ERR" |
Properties | |
string | RequestId [get, set] |
Get/set the request id. More... | |
string | ErrorType [get, set] |
Get/set the error type. More... | |
string | ErrorMessage [get, set] |
Get/set the error message. More... | |
string | ExceptionMessage [get, set] |
Get/set the exception message. More... | |
string | AdditionalDetails [get, set] |
Get/set the additional details. More... | |
Encapsulates the details of a service topic error.
PushTechnology.Transports.Service.ServiceTopicError.ServiceTopicError | ( | ServiceTopicHandler | handler, |
string | requestId, | ||
string | errorType, | ||
string | errorMessage | ||
) |
Constructor.
handler | |
requestId | |
errorType | |
errorMessage |
const string PushTechnology.Transports.Service.ServiceTopicError.errorResponseType = "!ERR" |
|
getset |
Get/set the additional details.
|
getset |
Get/set the error message.
|
getset |
Get/set the error type.
|
getset |
Get/set the exception message.
|
getset |
Get/set the request id.