C# Class AspNetEdit.Editor.Persistence.HtmlizedException

Inheritance: System.Exception
Exibir arquivo Open project: mono/aspeditor

Protected Methods

Method Description
HtmlizedException ( ) : System
HtmlizedException ( string message ) : System
HtmlizedException ( string message, Exception inner ) : System

Method Details

HtmlizedException() protected method

protected HtmlizedException ( ) : System
return System

HtmlizedException() protected method

protected HtmlizedException ( string message ) : System
message string
return System

HtmlizedException() protected method

protected HtmlizedException ( string message, Exception inner ) : System
message string
inner System.Exception
return System