C# Class Schemin.Evaluate.UnboundAtomException

Inheritance: System.Exception
Mostrar archivo Open project: imphasing/schemin

Public Methods

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

Method Details

UnboundAtomException() public method

public UnboundAtomException ( ) : System
return System

UnboundAtomException() public method

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

UnboundAtomException() public method

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