C# Class iTextSharp.text.rtf.parser.exceptions.RtfParserException

Inheritance: System.Exception
显示文件 Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
RtfParserException ( ) : System
RtfParserException ( Exception ex ) : System
RtfParserException ( String message ) : System

Method Details

RtfParserException() public method

public RtfParserException ( ) : System
return System

RtfParserException() public method

public RtfParserException ( Exception ex ) : System
ex System.Exception
return System

RtfParserException() public method

public RtfParserException ( String message ) : System
message String
return System