Table of Contents

Class CmsAttributeTableGenerationException

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

Constructors

CmsAttributeTableGenerationException()

public CmsAttributeTableGenerationException()

CmsAttributeTableGenerationException(SerializationInfo, StreamingContext)

protected CmsAttributeTableGenerationException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

CmsAttributeTableGenerationException(string)

public CmsAttributeTableGenerationException(string message)

Parameters

message string

CmsAttributeTableGenerationException(string, Exception)

public CmsAttributeTableGenerationException(string message, Exception innerException)

Parameters

message string
innerException Exception