C# Class Sys.Workflow.Engine.Exceptions.ExistsRuleTypeException

Inheritance: ActivitiException
Exibir arquivo Open project: zhangzihan/nactivity

Public Methods

Method Description
ExistsRuleTypeException ( string ruleName, Type ruleType ) : Sys.Workflow.Engine

Protected Methods

Method Description
ExistsRuleTypeException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : Sys.Workflow.Engine

Method Details

ExistsRuleTypeException() protected method

protected ExistsRuleTypeException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : Sys.Workflow.Engine
serializationInfo SerializationInfo
streamingContext StreamingContext
return Sys.Workflow.Engine

ExistsRuleTypeException() public method

public ExistsRuleTypeException ( string ruleName, Type ruleType ) : Sys.Workflow.Engine
ruleName string
ruleType Type
return Sys.Workflow.Engine