C# Класс Guflow.Worker.ActivityInstanceMismatchedException

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

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

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

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

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

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

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

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

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

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