C# Class NClass.Core.ReservedNameException

Inheritance: BadSyntaxException
Afficher le fichier Open project: gbaychev/NClass

Méthodes publiques

Méthode Description
ReservedNameException ( ) : System
ReservedNameException ( string name ) : System
ReservedNameException ( string name, Exception innerException ) : System

Method Details

ReservedNameException() public méthode

public ReservedNameException ( ) : System
Résultat System

ReservedNameException() public méthode

public ReservedNameException ( string name ) : System
name string
Résultat System

ReservedNameException() public méthode

public ReservedNameException ( string name, Exception innerException ) : System
name string
innerException System.Exception
Résultat System