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
infoSerializationInfocontextStreamingContext
CmsAttributeTableGenerationException(string)
public CmsAttributeTableGenerationException(string message)
Parameters
messagestring
CmsAttributeTableGenerationException(string, Exception)
public CmsAttributeTableGenerationException(string message, Exception innerException)