Udostępnij za pośrednictwem


RuleStoreRuleSetDeployedException Konstruktory

Definicja

Przeciążenia

RuleStoreRuleSetDeployedException(SerializationInfo, StreamingContext)
RuleStoreRuleSetDeployedException(String, String, Int32, Int32)
RuleStoreRuleSetDeployedException(String, String, Int32, Int32, Exception)

RuleStoreRuleSetDeployedException(SerializationInfo, StreamingContext)

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

Parametry

Dotyczy

RuleStoreRuleSetDeployedException(String, String, Int32, Int32)

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

Parametry

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

Dotyczy

RuleStoreRuleSetDeployedException(String, String, Int32, Int32, Exception)

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

Parametry

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

Dotyczy