C# Class MAXSharp.AMAXException

Inheritance: System.Exception
Afficher le fichier Open project: bietiekay/MAXSharp

Protected Properties

Свойство Type Description
_msg String

Méthodes publiques

Méthode Description
ToString ( ) : string

The error message

Méthodes protégées

Méthode Description
AMAXException ( Exception innerException = null ) : System

Method Details

AMAXException() protected méthode

protected AMAXException ( Exception innerException = null ) : System
innerException System.Exception
Résultat System

ToString() public méthode

The error message
public ToString ( ) : string
Résultat string

Property Details

_msg protected_oe property

The message which is associated to this Exception
protected String _msg
Résultat String