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