Table of Contents

Class PkixNameConstraintValidatorException

Namespace
Org.BouncyCastle.Pkix
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class PkixNameConstraintValidatorException : Exception, ISerializable
Inheritance
PkixNameConstraintValidatorException
Implements
Inherited Members

Constructors

PkixNameConstraintValidatorException()

public PkixNameConstraintValidatorException()

PkixNameConstraintValidatorException(SerializationInfo, StreamingContext)

protected PkixNameConstraintValidatorException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

PkixNameConstraintValidatorException(string)

public PkixNameConstraintValidatorException(string message)

Parameters

message string

PkixNameConstraintValidatorException(string, Exception)

public PkixNameConstraintValidatorException(string message, Exception innerException)

Parameters

message string
innerException Exception