C# Class Org.BouncyCastle.Pkix.PkixCertPathValidatorException

Inheritance: Org.BouncyCastle.Security.GeneralSecurityException
Mostrar archivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
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.

Method Details

PkixCertPathValidatorException() public method

public PkixCertPathValidatorException ( ) : System
return System

PkixCertPathValidatorException() public method

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
return System

PkixCertPathValidatorException() public method

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.)
return System

PkixCertPathValidatorException() public method

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
return System