C# Class SenseNet.Packaging.InstallerException

Inheritance: System.Exception
显示文件 Open project: maxpavlov/FlexNet

Public Methods

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

Protected Methods

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

Method Details

InstallerException() public method

public InstallerException ( ) : System
return System

InstallerException() protected method

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

InstallerException() public method

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

InstallerException() public method

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