C# Class iTextSharp.tool.xml.NoCustomContextException

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

Méthodes publiques

Méthode Description
NoCustomContextException ( ) : System
NoCustomContextException ( Exception arg0 ) : System
NoCustomContextException ( String arg0 ) : System
NoCustomContextException ( String arg0, Exception arg1 ) : System

Method Details

NoCustomContextException() public méthode

public NoCustomContextException ( ) : System
Résultat System

NoCustomContextException() public méthode

public NoCustomContextException ( Exception arg0 ) : System
arg0 System.Exception
Résultat System

NoCustomContextException() public méthode

public NoCustomContextException ( String arg0 ) : System
arg0 String
Résultat System

NoCustomContextException() public méthode

public NoCustomContextException ( String arg0, Exception arg1 ) : System
arg0 String
arg1 System.Exception
Résultat System