C# Class ET.Obj2Schema.MappingNotDefinedException

Inheritance: System.Exception
Afficher le fichier Open project: etcoding/Obj2Schema

Méthodes publiques

Méthode Description
MappingNotDefinedException ( Type type ) : System
MappingNotDefinedException ( string message ) : System

Méthodes protégées

Méthode Description
MappingNotDefinedException ( System info, System context ) : System

Method Details

MappingNotDefinedException() protected méthode

protected MappingNotDefinedException ( System info, System context ) : System
info System
context System
Résultat System

MappingNotDefinedException() public méthode

public MappingNotDefinedException ( Type type ) : System
type System.Type
Résultat System

MappingNotDefinedException() public méthode

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