C# Class Schemin.Evaluate.UnboundAtomException

Inheritance: System.Exception
Afficher le fichier Open project: imphasing/schemin

Méthodes publiques

Méthode Description
UnboundAtomException ( ) : System
UnboundAtomException ( string message ) : System
UnboundAtomException ( string message, System inner ) : System

Method Details

UnboundAtomException() public méthode

public UnboundAtomException ( ) : System
Résultat System

UnboundAtomException() public méthode

public UnboundAtomException ( string message ) : System
message string
Résultat System

UnboundAtomException() public méthode

public UnboundAtomException ( string message, System inner ) : System
message string
inner System
Résultat System