C# Class HermaFx.MvcDemo.WebSiteException

Inheritance: System.Exception
Datei anzeigen Open project: evicertia/HermaFx

Public Methods

Method 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

Protected Methods

Method Description
WebSiteException ( System info, System context ) : System

Method Details

WebSiteException() public method

public WebSiteException ( ) : System
return System

WebSiteException() protected method

protected WebSiteException ( System info, System context ) : System
info System
context System
return System

WebSiteException() public method

public WebSiteException ( string message ) : System
message string
return System

WebSiteException() public method

public WebSiteException ( string message, Exception inner ) : System
message string
inner System.Exception
return System

WebSiteException() public method

public WebSiteException ( string title, string message ) : System
title string
message string
return System

WebSiteException() public method

public WebSiteException ( string title, string message, Exception inner ) : System
title string
message string
inner System.Exception
return System