Table of Contents

Class RSErrorResponse

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll
[Obfuscation(Exclude = true, ApplyToMembers = false, StripAfterObfuscation = true)]
public class RSErrorResponse : GenericErrorResponse
Inheritance
RSErrorResponse
Inherited Members

Constructors

RSErrorResponse()

public RSErrorResponse()

RSErrorResponse(GenericRequest, ResponseStatus)

public RSErrorResponse(GenericRequest req, ResponseStatus status)

Parameters

req GenericRequest
status ResponseStatus

RSErrorResponse(GenericRequest, int, string)

public RSErrorResponse(GenericRequest req, int code, string details)

Parameters

req GenericRequest
code int
details string

RSErrorResponse(string, string, int, string)

public RSErrorResponse(string version, string transactionId, int code, string details)

Parameters

version string
transactionId string
code int
details string