C# Class NClass.Core.ReservedNameException

Inheritance: BadSyntaxException
Datei anzeigen Open project: gbaychev/NClass

Public Methods

Method Description
ReservedNameException ( ) : System
ReservedNameException ( string name ) : System
ReservedNameException ( string name, Exception innerException ) : System

Method Details

ReservedNameException() public method

public ReservedNameException ( ) : System
return System

ReservedNameException() public method

public ReservedNameException ( string name ) : System
name string
return System

ReservedNameException() public method

public ReservedNameException ( string name, Exception innerException ) : System
name string
innerException System.Exception
return System