C# Class Microsoft.Bek.Frontend.Meta.BekException

Inheritance: System.Exception
Mostra file Open project: AutomataDotNet/Automata Class Usage Examples

Public Methods

Method Description
BekException ( ) : System
BekException ( string message ) : System
BekException ( string message, System inner ) : System

Method Details

BekException() public method

public BekException ( ) : System
return System

BekException() public method

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

BekException() public method

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