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

Inheritance: ActivitiException
Afficher le fichier Open project: zhangzihan/nactivity

Méthodes publiques

Méthode Description
ExistsRuleTypeException ( string ruleName, Type ruleType ) : Sys.Workflow.Engine

Méthodes protégées

Méthode Description
ExistsRuleTypeException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : Sys.Workflow.Engine

Method Details

ExistsRuleTypeException() protected méthode

protected ExistsRuleTypeException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : Sys.Workflow.Engine
serializationInfo SerializationInfo
streamingContext StreamingContext
Résultat Sys.Workflow.Engine

ExistsRuleTypeException() public méthode

public ExistsRuleTypeException ( string ruleName, Type ruleType ) : Sys.Workflow.Engine
ruleName string
ruleType Type
Résultat Sys.Workflow.Engine