C# Class Lawo.EmberPlusSharp.Model.ModelException

The exception that is thrown when a model-related error occurs.
Inheritance: System.Exception
Afficher le fichier Open project: Lawo/ember-plus-sharp

Méthodes publiques

Méthode Description
ModelException ( ) : System

Initializes a new instance of the ModelException class.

ModelException ( string message ) : System

Initializes a new instance of the ModelException class.

ModelException ( string message, Exception innerException ) : System

Initializes a new instance of the ModelException class.

Method Details

ModelException() public méthode

Initializes a new instance of the ModelException class.
public ModelException ( ) : System
Résultat System

ModelException() public méthode

Initializes a new instance of the ModelException class.
public ModelException ( string message ) : System
message string
Résultat System

ModelException() public méthode

Initializes a new instance of the ModelException class.
public ModelException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System