C# Class Org.BouncyCastle.Cms.CmsAttributeTableGenerationException

Inheritance: CmsException
Show file Open project: nonorganic/dssnet

Public Methods

Method Description
CmsAttributeTableGenerationException ( ) : System
CmsAttributeTableGenerationException ( string name ) : System
CmsAttributeTableGenerationException ( string name, Exception e ) : System

Method Details

CmsAttributeTableGenerationException() public method

public CmsAttributeTableGenerationException ( ) : System
return System

CmsAttributeTableGenerationException() public method

public CmsAttributeTableGenerationException ( string name ) : System
name string
return System

CmsAttributeTableGenerationException() public method

public CmsAttributeTableGenerationException ( string name, Exception e ) : System
name string
e System.Exception
return System