C# Class AspNetEdit.Editor.Persistence.HtmlizedException

Inheritance: System.Exception
Afficher le fichier Open project: mono/aspeditor

Méthodes protégées

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

Method Details

HtmlizedException() protected méthode

protected HtmlizedException ( ) : System
Résultat System

HtmlizedException() protected méthode

protected HtmlizedException ( string message ) : System
message string
Résultat System

HtmlizedException() protected méthode

protected HtmlizedException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System