Initializes a new instance of the PgpException class

Namespace: Org.BouncyCastle.Bcpg.OpenPgp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public PgpException(
	string message,
	Exception exception
)
Visual Basic
Public Sub New ( _
	message As String, _
	exception As Exception _
)
Visual C++
public:
PgpException(
	String^ message, 
	Exception^ exception
)

Parameters

message
Type: System..::..String
exception
Type: System..::..Exception

See Also