C# Class Dogen.TestModels.CSharpModel.Package1.CatastrophicException

Inheritance: System.Exception
Afficher le fichier Open project: DomainDrivenConsulting/dogen

Méthodes publiques

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

Method Details

CatastrophicException() public méthode

public CatastrophicException ( ) : System
Résultat System

CatastrophicException() public méthode

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

CatastrophicException() public méthode

public CatastrophicException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System