C# Класс Slickflow.Engine.Core.WfRuntimeException

流程运行时异常类
Наследование: System.ApplicationException
Показать файл Открыть проект

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

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

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

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

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

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

public WfRuntimeException ( string message, System ex ) : System
message string
ex System
Результат System