C# Class SimpleQuery.MappingException

Inheritance: System.Exception
Mostra file Open project: JeremySkinner/SimpleQuery Class Usage Examples

Public Methods

Method Description
InvalidCast ( string column, Exception innerException ) : MappingException
MappingException ( string message ) : System
MappingException ( string message, Exception innerException ) : System
NoParameterlessConstructor ( Type type ) : MappingException

Method Details

InvalidCast() public static method

public static InvalidCast ( string column, Exception innerException ) : MappingException
column string
innerException System.Exception
return MappingException

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

NoParameterlessConstructor() public static method

public static NoParameterlessConstructor ( Type type ) : MappingException
type System.Type
return MappingException