C# Class Blade.PresenterResolutionException

Inheritance: System.Exception
Afficher le fichier Open project: kamsar/Blade

Méthodes publiques

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

Méthodes protégées

Méthode Description
PresenterResolutionException ( System info, System context ) : System

Method Details

PresenterResolutionException() public méthode

public PresenterResolutionException ( ) : System
Résultat System

PresenterResolutionException() protected méthode

protected PresenterResolutionException ( System info, System context ) : System
info System
context System
Résultat System

PresenterResolutionException() public méthode

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

PresenterResolutionException() public méthode

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