C# 클래스 Org.BouncyCastle.Pkix.PkixCertPathValidatorException

상속: Org.BouncyCastle.Security.GeneralSecurityException
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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