DEPRECATED: Diffusion Silverlight Classic API  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.Transports.Service.ServiceTopicError Class Reference

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...
 

Detailed Description

Encapsulates the details of a service topic error.

Constructor & Destructor Documentation

PushTechnology.Transports.Service.ServiceTopicError.ServiceTopicError ( ServiceTopicHandler  handler,
string  requestId,
string  errorType,
string  errorMessage 
)

Constructor.

Parameters
handler
requestId
errorType
errorMessage

Member Data Documentation

const string PushTechnology.Transports.Service.ServiceTopicError.errorResponseType = "!ERR"

Property Documentation

string PushTechnology.Transports.Service.ServiceTopicError.AdditionalDetails
getset

Get/set the additional details.

string PushTechnology.Transports.Service.ServiceTopicError.ErrorMessage
getset

Get/set the error message.

string PushTechnology.Transports.Service.ServiceTopicError.ErrorType
getset

Get/set the error type.

string PushTechnology.Transports.Service.ServiceTopicError.ExceptionMessage
getset

Get/set the exception message.

string PushTechnology.Transports.Service.ServiceTopicError.RequestId
getset

Get/set the request id.


The documentation for this class was generated from the following file: