C# Класс Org.BouncyCastle.Pkix.PkixCertPathValidatorException

Наследование: Org.BouncyCastle.Security.GeneralSecurityException
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PkixCertPathValidatorException ( ) : System
PkixCertPathValidatorException ( string message ) : System

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

PkixCertPathValidatorException ( string message, Exception cause ) : System

Creates a PkixCertPathValidatorException with the specified detail message and cause.

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

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

Описание методов

PkixCertPathValidatorException() публичный Метод

public PkixCertPathValidatorException ( ) : System
Результат System

PkixCertPathValidatorException() публичный Метод

Creates a PkixCertPathValidatorException with the given detail message. A detail message is a String that describes this particular exception.
public PkixCertPathValidatorException ( string message ) : System
message string the detail message
Результат System

PkixCertPathValidatorException() публичный Метод

Creates a PkixCertPathValidatorException with the specified detail message and cause.
public PkixCertPathValidatorException ( string message, Exception cause ) : System
message string the detail message
cause System.Exception the cause (which is saved for later retrieval by the /// {@link #getCause getCause()} method). (A null /// value is permitted, and indicates that the cause is /// nonexistent or unknown.)
Результат System

PkixCertPathValidatorException() публичный Метод

Creates a PkixCertPathValidatorException with the specified detail message, cause, certification path, and index.
public PkixCertPathValidatorException ( string message, Exception cause, PkixCertPath certPath, int index ) : System
message string the detail message (or null if none)
cause System.Exception the cause (or null if none)
certPath PkixCertPath the certification path that was in the process of being /// validated when the error was encountered
index int the index of the certificate in the certification path that
Результат System