Table of Contents

Class CmsStreamException

Namespace
Org.BouncyCastle.Cms
Assembly
BouncyCastle.Cryptography.dll
[Serializable]
public class CmsStreamException : IOException, ISerializable
Inheritance
CmsStreamException
Implements
Inherited Members

Constructors

CmsStreamException()

public CmsStreamException()

CmsStreamException(SerializationInfo, StreamingContext)

protected CmsStreamException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CmsStreamException(string)

public CmsStreamException(string message)

Parameters

message string

CmsStreamException(string, Exception)

public CmsStreamException(string message, Exception innerException)

Parameters

message string
innerException Exception