C# Class Microsoft.Bek.Frontend.TreeOps.TagMismatchException

Inheritance: TagException
Datei anzeigen Open project: AutomataDotNet/Automata

Public Methods

Method Description
TagMismatchException ( ) : System
TagMismatchException ( string message ) : System
TagMismatchException ( string message, System inner ) : System
TagMismatchException ( string f1, string f2, string type ) : System

Method Details

TagMismatchException() public method

public TagMismatchException ( ) : System
return System

TagMismatchException() public method

public TagMismatchException ( string message ) : System
message string
return System

TagMismatchException() public method

public TagMismatchException ( string message, System inner ) : System
message string
inner System
return System

TagMismatchException() public method

public TagMismatchException ( string f1, string f2, string type ) : System
f1 string
f2 string
type string
return System