Table of Contents

Class MM7Exception

Namespace
Inetlab.MMS
Assembly
Inetlab.MMS.MM7.dll
public class MM7Exception : Exception, ISerializable
Inheritance
MM7Exception
Implements
Inherited Members

Constructors

MM7Exception()

public MM7Exception()

MM7Exception(ResponseStatus)

public MM7Exception(ResponseStatus status)

Parameters

status ResponseStatus

MM7Exception(int, string)

public MM7Exception(int code, string message)

Parameters

code int
message string

Properties

Status

public ResponseStatus Status { get; }

Property Value

ResponseStatus