C# Класс CsmMagic.Exceptions.OneStepNotFoundException

Describes an error caused by missing expected one step objects
Наследование: System.ApplicationException
Показать файл Открыть проект

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

Метод Описание
OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System

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

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

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

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

protected OneStepNotFoundException ( string message ) : System
message string
Результат System

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

public OneStepNotFoundException ( string oneStepName, string businessObjectTypeName ) : System
oneStepName string
businessObjectTypeName string
Результат System