C# Class iTextSharp.tool.xml.exceptions.NoTagProcessorException

Inheritance: System.Exception
Afficher le fichier Open project: boecko/iTextSharp

Méthodes publiques

Méthode Description
NoTagProcessorException ( String tag ) : System
NoTagProcessorException ( String tag, Exception e ) : System

Method Details

NoTagProcessorException() public méthode

public NoTagProcessorException ( String tag ) : System
tag String
Résultat System

NoTagProcessorException() public méthode

public NoTagProcessorException ( String tag, Exception e ) : System
tag String
e System.Exception
Résultat System