C# Class HereSay.InstallationException

Inheritance: System.Exception
Show file Open project: jamestharpe/HereSay

Public Methods

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

Protected Methods

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

Method Details

InstallationException() public method

public InstallationException ( ) : System
return System

InstallationException() protected method

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

InstallationException() public method

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

InstallationException() public method

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