C# Class Library.Net.I2p.SamException

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

Méthodes publiques

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

Method Details

SamException() public méthode

public SamException ( ) : System
Résultat System

SamException() public méthode

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

SamException() public méthode

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