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
infoSerializationInfocontextStreamingContext
PkixNameConstraintValidatorException(string)
public PkixNameConstraintValidatorException(string message)
Parameters
messagestring
PkixNameConstraintValidatorException(string, Exception)
public PkixNameConstraintValidatorException(string message, Exception innerException)