C# Class Paralect.Schematra.Exceptions.SchematraException

Inheritance: System.Exception
Afficher le fichier Open project: paralect/Schematra

Méthodes publiques

Méthode Description
SchematraException ( String message ) : System
SchematraException ( String message, Exception innerException ) : System

Method Details

SchematraException() public méthode

public SchematraException ( String message ) : System
message String
Résultat System

SchematraException() public méthode

public SchematraException ( String message, Exception innerException ) : System
message String
innerException System.Exception
Résultat System