C# Класс Sys.Workflow.Engine.Impl.Persistence.CanNotRemoveProcessDefineException

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

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

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

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

Метод Описание
CanNotRemoveProcessDefineException ( SerializationInfo info, StreamingContext context ) : System

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

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

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

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

protected CanNotRemoveProcessDefineException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

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

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

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

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