Initializes a new instance of the PemException class

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

Collapse imageSyntax

C#
public PemException(
	string message
)
Visual Basic
Public Sub New ( _
	message As String _
)
Visual C++
public:
PemException(
	String^ message
)

Parameters

message
Type: System..::..String

Collapse imageSee Also