C# Class Paralect.Schematra.Exceptions.DuplicateTypeTagException

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

Méthodes publiques

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

Method Details

DuplicateTypeTagException() public méthode

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

DuplicateTypeTagException() public méthode

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