Class MM7Exception
public class MM7Exception : Exception, ISerializable- Inheritance
- 
      
      
      MM7Exception
- Implements
- Inherited Members
Constructors
MM7Exception()
public MM7Exception()MM7Exception(ResponseStatus)
public MM7Exception(ResponseStatus status)Parameters
- statusResponseStatus
MM7Exception(int, string)
public MM7Exception(int code, string message)Parameters
Properties
Status
public ResponseStatus Status { get; }