C# Class MAXSharp.AMAXException

Inheritance: System.Exception
Mostrar archivo Open project: bietiekay/MAXSharp

Protected Properties

Property Type Description
_msg String

Public Methods

Method Description
ToString ( ) : string

The error message

Protected Methods

Method Description
AMAXException ( Exception innerException = null ) : System

Method Details

AMAXException() protected method

protected AMAXException ( Exception innerException = null ) : System
innerException System.Exception
return System

ToString() public method

The error message
public ToString ( ) : string
return string

Property Details

_msg protected_oe property

The message which is associated to this Exception
protected String _msg
return String