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

Inheritance: System.Exception
显示文件 Open project: boecko/iTextSharp

Public Methods

Method Description
NoTagProcessorException ( String tag ) : System
NoTagProcessorException ( String tag, Exception e ) : System

Method Details

NoTagProcessorException() public method

public NoTagProcessorException ( String tag ) : System
tag String
return System

NoTagProcessorException() public method

public NoTagProcessorException ( String tag, Exception e ) : System
tag String
e System.Exception
return System