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