C# Class iTextSharp.tool.xml.NoCustomContextException

Inheritance: System.Exception
ファイルを表示 Open project: boecko/iTextSharp

Public Methods

Method Description
NoCustomContextException ( ) : System
NoCustomContextException ( Exception arg0 ) : System
NoCustomContextException ( String arg0 ) : System
NoCustomContextException ( String arg0, Exception arg1 ) : System

Method Details

NoCustomContextException() public method

public NoCustomContextException ( ) : System
return System

NoCustomContextException() public method

public NoCustomContextException ( Exception arg0 ) : System
arg0 System.Exception
return System

NoCustomContextException() public method

public NoCustomContextException ( String arg0 ) : System
arg0 String
return System

NoCustomContextException() public method

public NoCustomContextException ( String arg0, Exception arg1 ) : System
arg0 String
arg1 System.Exception
return System