C# Class NLite.Data.MappingException

Inheritance: NLite.Data.DatabaseException
Show file Open project: netcasewqs/elinq

Public Methods

Method Description
MappingException ( string message ) : System

MappingException ( string message, Exception innerException ) : System

Method Details

MappingException() public method

public MappingException ( string message ) : System
message string
return System

MappingException() public method

public MappingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System