C# Class HermaFx.MvcDemo.WebSiteException

Inheritance: System.Exception
Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

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

Méthodes protégées

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

Method Details

WebSiteException() public méthode

public WebSiteException ( ) : System
Résultat System

WebSiteException() protected méthode

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

WebSiteException() public méthode

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

WebSiteException() public méthode

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

WebSiteException() public méthode

public WebSiteException ( string title, string message ) : System
title string
message string
Résultat System

WebSiteException() public méthode

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