C# Класс iTextSharp.tool.xml.NoCustomContextException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NoCustomContextException ( ) : System
NoCustomContextException ( Exception arg0 ) : System
NoCustomContextException ( String arg0 ) : System
NoCustomContextException ( String arg0, Exception arg1 ) : System

Описание методов

NoCustomContextException() публичный Метод

public NoCustomContextException ( ) : System
Результат System

NoCustomContextException() публичный Метод

public NoCustomContextException ( Exception arg0 ) : System
arg0 System.Exception
Результат System

NoCustomContextException() публичный Метод

public NoCustomContextException ( String arg0 ) : System
arg0 String
Результат System

NoCustomContextException() публичный Метод

public NoCustomContextException ( String arg0, Exception arg1 ) : System
arg0 String
arg1 System.Exception
Результат System