C# Class SimpleQuery.MappingException

Inheritance: System.Exception
Afficher le fichier Open project: JeremySkinner/SimpleQuery Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static InvalidCast ( string column, Exception innerException ) : MappingException
column string
innerException System.Exception
Résultat MappingException

MappingException() public méthode

public MappingException ( string message ) : System
message string
Résultat System

MappingException() public méthode

public MappingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System

NoParameterlessConstructor() public static méthode

public static NoParameterlessConstructor ( Type type ) : MappingException
type System.Type
Résultat MappingException