Class CrlException
- Namespace
- Org.BouncyCastle.Security.Certificates
- Assembly
- BouncyCastle.Cryptography.dll
[Serializable]
public class CrlException : GeneralSecurityException, ISerializable
- Inheritance
-
CrlException
- Implements
- Inherited Members
Constructors
CrlException()
public CrlException()
CrlException(SerializationInfo, StreamingContext)
protected CrlException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
CrlException(string)
public CrlException(string message)
Parameters
messagestring
CrlException(string, Exception)
public CrlException(string message, Exception innerException)