RuleStoreVocabularyInUseException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RuleStoreVocabularyInUseException(SerializationInfo, StreamingContext)
protected:
RuleStoreVocabularyInUseException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreVocabularyInUseException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreVocabularyInUseException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreVocabularyInUseException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Dotyczy
RuleStoreVocabularyInUseException(String, String, Int32, Int32, RuleSetInfoCollection, VocabularyInfoCollection)
public:
RuleStoreVocabularyInUseException(System::String ^ message, System::String ^ name, int majorVersion, int minorVersion, Microsoft::RuleEngine::RuleSetInfoCollection ^ ruleSets, Microsoft::RuleEngine::VocabularyInfoCollection ^ vocabularies);
public RuleStoreVocabularyInUseException (string message, string name, int majorVersion, int minorVersion, Microsoft.RuleEngine.RuleSetInfoCollection ruleSets, Microsoft.RuleEngine.VocabularyInfoCollection vocabularies);
new Microsoft.RuleEngine.RuleStoreVocabularyInUseException : string * string * int * int * Microsoft.RuleEngine.RuleSetInfoCollection * Microsoft.RuleEngine.VocabularyInfoCollection -> Microsoft.RuleEngine.RuleStoreVocabularyInUseException
Public Sub New (message As String, name As String, majorVersion As Integer, minorVersion As Integer, ruleSets As RuleSetInfoCollection, vocabularies As VocabularyInfoCollection)
Parametry
- message
- String
- name
- String
- majorVersion
- Int32
- minorVersion
- Int32
- ruleSets
- RuleSetInfoCollection
- vocabularies
- VocabularyInfoCollection
Dotyczy
RuleStoreVocabularyInUseException(String, String, Int32, Int32, RuleSetInfoCollection, VocabularyInfoCollection, Exception)
public:
RuleStoreVocabularyInUseException(System::String ^ message, System::String ^ name, int majorVersion, int minorVersion, Microsoft::RuleEngine::RuleSetInfoCollection ^ ruleSets, Microsoft::RuleEngine::VocabularyInfoCollection ^ vocabularies, Exception ^ ex);
public RuleStoreVocabularyInUseException (string message, string name, int majorVersion, int minorVersion, Microsoft.RuleEngine.RuleSetInfoCollection ruleSets, Microsoft.RuleEngine.VocabularyInfoCollection vocabularies, Exception ex);
new Microsoft.RuleEngine.RuleStoreVocabularyInUseException : string * string * int * int * Microsoft.RuleEngine.RuleSetInfoCollection * Microsoft.RuleEngine.VocabularyInfoCollection * Exception -> Microsoft.RuleEngine.RuleStoreVocabularyInUseException
Public Sub New (message As String, name As String, majorVersion As Integer, minorVersion As Integer, ruleSets As RuleSetInfoCollection, vocabularies As VocabularyInfoCollection, ex As Exception)
Parametry
- message
- String
- name
- String
- majorVersion
- Int32
- minorVersion
- Int32
- ruleSets
- RuleSetInfoCollection
- vocabularies
- VocabularyInfoCollection
- ex
- Exception