PkixCertPathValidatorException(String, Exception, Int32) Constructor

Creates a
C#
PkixCertPathValidatorException
with the specified detail message, cause, certification path, and index.

Definition

Namespace: Org.BouncyCastle.Pkix
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public PkixCertPathValidatorException(
	string message,
	Exception innerException,
	int index
)

Parameters

message  String
the detail message (or
C#
null
if none)
innerException  Exception
the cause (or
C#
null
if none)
index  Int32
the index of the certificate in the certification path that

See Also