Creates a
CopyC#
PkixCertPathValidatorException
with the given detail message. A detail message is a
CopyC#
String
that describes this particular exception.

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

Syntax

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

Parameters

message
Type: System..::..String
the detail message

See Also