C# Class Paralect.Schematra.Exceptions.TypeMismatchException

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

Méthodes publiques

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

Method Details

TypeMismatchException() public méthode

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

TypeMismatchException() public méthode

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