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