C# Class Org.BouncyCastle.Cms.CmsAttributeTableGenerationException

Inheritance: CmsException
Afficher le fichier Open project: nonorganic/dssnet

Méthodes publiques

Méthode Description
CmsAttributeTableGenerationException ( ) : System
CmsAttributeTableGenerationException ( string name ) : System
CmsAttributeTableGenerationException ( string name, Exception e ) : System

Method Details

CmsAttributeTableGenerationException() public méthode

public CmsAttributeTableGenerationException ( ) : System
Résultat System

CmsAttributeTableGenerationException() public méthode

public CmsAttributeTableGenerationException ( string name ) : System
name string
Résultat System

CmsAttributeTableGenerationException() public méthode

public CmsAttributeTableGenerationException ( string name, Exception e ) : System
name string
e System.Exception
Résultat System