Partager via


RuleStoreRuleSetNotAvailableException Constructeurs

Définition

Surcharges

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

RuleStoreRuleSetNotAvailableException(SerializationInfo, StreamingContext)

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

Paramètres

S’applique à

RuleStoreRuleSetNotAvailableException(String, String, Int32, Int32)

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

Paramètres

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

S’applique à

RuleStoreRuleSetNotAvailableException(String, String, Int32, Int32, Exception)

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

Paramètres

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

S’applique à