RuleStoreRuleSetEmptyException Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
RuleStoreRuleSetEmptyException(SerializationInfo, StreamingContext)
protected:
RuleStoreRuleSetEmptyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreRuleSetEmptyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreRuleSetEmptyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreRuleSetEmptyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Platí pro
RuleStoreRuleSetEmptyException(String, String, Int32, Int32)
public:
RuleStoreRuleSetEmptyException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion);
public RuleStoreRuleSetEmptyException (string message, string ruleSetName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleStoreRuleSetEmptyException : string * string * int * int -> Microsoft.RuleEngine.RuleStoreRuleSetEmptyException
Public Sub New (message As String, ruleSetName As String, majorVersion As Integer, minorVersion As Integer)
Parametry
- message
- String
- ruleSetName
- String
- majorVersion
- Int32
- minorVersion
- Int32
Platí pro
RuleStoreRuleSetEmptyException(String, String, Int32, Int32, Exception)
public:
RuleStoreRuleSetEmptyException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleStoreRuleSetEmptyException (string message, string ruleSetName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleStoreRuleSetEmptyException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleStoreRuleSetEmptyException
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
- ex
- Exception