C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpException

Inheritance: System.Exception
Afficher le fichier Open project: nonorganic/dssnet

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PgpException ( ) : System
PgpException ( string message ) : System
PgpException ( string message, Exception exception ) : System

Method Details

PgpException() public méthode

public PgpException ( ) : System
Résultat System

PgpException() public méthode

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

PgpException() public méthode

public PgpException ( string message, Exception exception ) : System
message string
exception System.Exception
Résultat System