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

Inheritance: System.Exception
Show file Open project: nonorganic/dssnet

Private Properties

Property Type Description

Public Methods

Method Description
PgpException ( ) : System
PgpException ( string message ) : System
PgpException ( string message, Exception exception ) : System

Method Details

PgpException() public method

public PgpException ( ) : System
return System

PgpException() public method

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

PgpException() public method

public PgpException ( string message, Exception exception ) : System
message string
exception System.Exception
return System