RuleEngineDeploymentRuleSetFetchException 构造函数

定义

重载

RuleEngineDeploymentRuleSetFetchException(SerializationInfo, StreamingContext)

protected:
 RuleEngineDeploymentRuleSetFetchException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineDeploymentRuleSetFetchException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineDeploymentRuleSetFetchException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineDeploymentRuleSetFetchException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

参数

适用于

RuleEngineDeploymentRuleSetFetchException(String, String, Int32, Int32)

public:
 RuleEngineDeploymentRuleSetFetchException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion);
public RuleEngineDeploymentRuleSetFetchException(string message, string ruleSetName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleEngineDeploymentRuleSetFetchException : string * string * int * int -> Microsoft.RuleEngine.RuleEngineDeploymentRuleSetFetchException
Public Sub New (message As String, ruleSetName As String, majorVersion As Integer, minorVersion As Integer)

参数

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

适用于

RuleEngineDeploymentRuleSetFetchException(String, String, Int32, Int32, Exception)

public:
 RuleEngineDeploymentRuleSetFetchException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleEngineDeploymentRuleSetFetchException(string message, string ruleSetName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleEngineDeploymentRuleSetFetchException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleEngineDeploymentRuleSetFetchException
Public Sub New (message As String, ruleSetName As String, majorVersion As Integer, minorVersion As Integer, ex As Exception)

参数

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

适用于