C# Class Poderosa.Protocols.LocalShellUtil.LocalShellUtilException

Exception from LocalShellUtil
Inheritance: System.Exception
Afficher le fichier Open project: poderosaproject/poderosa

Méthodes publiques

Méthode Description
LocalShellUtilException ( string message ) : System
LocalShellUtilException ( string message, Exception innerException ) : System

Method Details

LocalShellUtilException() public méthode

public LocalShellUtilException ( string message ) : System
message string
Résultat System

LocalShellUtilException() public méthode

public LocalShellUtilException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System