C# Класс Slickflow.Engine.Common.DLRuntimeInteroperationException

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

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

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

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

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

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

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

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