C# Class Lawo.EmberPlusSharp.Model.ModelException

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

Public Methods

Method 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 method

Initializes a new instance of the ModelException class.
public ModelException ( ) : System
return System

ModelException() public method

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

ModelException() public method

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