C# Class Blade.PresenterResolutionException

Inheritance: System.Exception
Show file Open project: kamsar/Blade

Public Methods

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

Protected Methods

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

Method Details

PresenterResolutionException() public method

public PresenterResolutionException ( ) : System
return System

PresenterResolutionException() protected method

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

PresenterResolutionException() public method

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

PresenterResolutionException() public method

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