Table of Contents

Class SoapFaultResponse

Namespace
Inetlab.MMS.MM7
Assembly
Inetlab.MMS.MM7.dll

Represents SOAP Fault response

public class SoapFaultResponse : GenericErrorResponse
Inheritance
SoapFaultResponse
Inherited Members

Constructors

SoapFaultResponse()

public SoapFaultResponse()

Properties

detail

public string detail { get; set; }

Property Value

string

faultactor

public string faultactor { get; set; }

Property Value

string

faultcode

public string faultcode { get; set; }

Property Value

string

faultstring

public string faultstring { get; set; }

Property Value

string