Table of Contents

Class PkixCertPathValidatorException

Namespace
Enterprises.Org.BouncyCastle.Pkix
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class PkixCertPathValidatorException : GeneralSecurityException, ISerializable
Inheritance
PkixCertPathValidatorException
Implements
Inherited Members

Constructors

PkixCertPathValidatorException()

public PkixCertPathValidatorException()

PkixCertPathValidatorException(string)

public PkixCertPathValidatorException(string message)

Parameters

message string

PkixCertPathValidatorException(string, Exception)

public PkixCertPathValidatorException(string message, Exception cause)

Parameters

message string
cause Exception

PkixCertPathValidatorException(string, Exception, PkixCertPath, int)

public PkixCertPathValidatorException(string message, Exception cause, PkixCertPath certPath, int index)

Parameters

message string
cause Exception
certPath PkixCertPath
index int

Properties

CertPath

public PkixCertPath CertPath { get; }

Property Value

PkixCertPath

Index

public int Index { get; }

Property Value

int

Message

public override string Message { get; }

Property Value

string