C# Class Library.Security.MinerException

Inheritance: System.Exception
Afficher le fichier Open project: Alliance-Network/Library

Méthodes publiques

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

Method Details

MinerException() public méthode

public MinerException ( ) : System
Résultat System

MinerException() public méthode

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

MinerException() public méthode

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