C# Class Axiom.Core.AxiomException

Summary description for AxiomException.
Inheritance: System.Exception
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
AxiomException ( string message ) : System
AxiomException ( string message, Exception innerException ) : System

Method Details

AxiomException() public méthode

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

AxiomException() public méthode

public AxiomException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System