C# Class Poderosa.Protocols.LocalShellUtil.LocalShellUtilException

Exception from LocalShellUtil
Inheritance: System.Exception
Show file Open project: poderosaproject/poderosa

Public Methods

Method Description
LocalShellUtilException ( string message ) : System
LocalShellUtilException ( string message, Exception innerException ) : System

Method Details

LocalShellUtilException() public method

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

LocalShellUtilException() public method

public LocalShellUtilException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System