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