Creates a
CopyC#
PkixCertPathValidatorException
with the specified detail message and cause.

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

Syntax

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

Parameters

message
Type: System..::..String
the detail message
cause
Type: System..::..Exception
the cause (which is saved for later retrieval by the {@link #getCause getCause()} method). (A
CopyC#
null
value is permitted, and indicates that the cause is nonexistent or unknown.)

See Also