C# Класс Ignite.Processing.ProcessingException

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

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

Метод Описание
ProcessingException ( ) : System
ProcessingException ( string message ) : System
ProcessingException ( string message, Exception inner ) : System

Защищенные методы

Метод Описание
ProcessingException ( System info, System context ) : System

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

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

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

ProcessingException() защищенный Метод

protected ProcessingException ( System info, System context ) : System
info System
context System
Результат System

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

public ProcessingException ( string message ) : System
message string
Результат System

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

public ProcessingException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System