C# Класс Abbotware.Core.Workflow.RuntimeException

Base Exception for a Workflow Runtime Error
Наследование: Abbotware.Core.Workflow.WorkflowException
Показать файл Открыть проект

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

Метод Описание
RuntimeException ( string message ) : System

Initializes a new instance of the RuntimeException class.

RuntimeException ( string message, Exception inner ) : System

Initializes a new instance of the RuntimeException class.

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

Метод Описание
RuntimeException ( ) : System

Initializes a new instance of the RuntimeException class.

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

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

Initializes a new instance of the RuntimeException class.
protected RuntimeException ( ) : System
Результат System

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

Initializes a new instance of the RuntimeException class.
public RuntimeException ( string message ) : System
message string message
Результат System

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

Initializes a new instance of the RuntimeException class.
public RuntimeException ( string message, Exception inner ) : System
message string message
inner Exception inner exception
Результат System