C# Class Paralect.Schematra.Exceptions.TypeNotFoundException

Inheritance: SchematraException
Afficher le fichier Open project: paralect/Schematra

Méthodes publiques

Méthode Description
TypeNotFoundException ( string message ) : System
TypeNotFoundException ( string message, Exception innerException ) : System

Method Details

TypeNotFoundException() public méthode

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

TypeNotFoundException() public méthode

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