Table of Contents

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

info SerializationInfo
context StreamingContext

CmsException(string)

public CmsException(string message)

Parameters

message string

CmsException(string, Exception)

public CmsException(string message, Exception innerException)

Parameters

message string
innerException Exception