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

Inheritance: System.Exception
Datei anzeigen Open project: AutomataDotNet/Automata

Public Methods

Method Description
TagException ( ) : System
TagException ( string message ) : System
TagException ( string message, System inner ) : System
TagException ( string f1, string type, string actual ) : System

Method Details

TagException() public method

public TagException ( ) : System
return System

TagException() public method

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

TagException() public method

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

TagException() public method

public TagException ( string f1, string type, string actual ) : System
f1 string
type string
actual string
return System