C# Class Paralect.Schematra.Exceptions.DuplicateConstantIndexException

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

Méthodes publiques

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

Method Details

DuplicateConstantIndexException() public méthode

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

DuplicateConstantIndexException() public méthode

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