RuleStoreVocabularyEmptyException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
RuleStoreVocabularyEmptyException(SerializationInfo, StreamingContext)
protected:
RuleStoreVocabularyEmptyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreVocabularyEmptyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreVocabularyEmptyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreVocabularyEmptyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
RuleStoreVocabularyEmptyException(String, String, Int32, Int32)
public:
RuleStoreVocabularyEmptyException(System::String ^ message, System::String ^ vocabularyName, int majorVersion, int minorVersion);
public RuleStoreVocabularyEmptyException(string message, string vocabularyName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleStoreVocabularyEmptyException : string * string * int * int -> Microsoft.RuleEngine.RuleStoreVocabularyEmptyException
Public Sub New (message As String, vocabularyName As String, majorVersion As Integer, minorVersion As Integer)
Parameter
- message
- String
- vocabularyName
- String
- majorVersion
- Int32
- minorVersion
- Int32
Gilt für:
RuleStoreVocabularyEmptyException(String, String, Int32, Int32, Exception)
public:
RuleStoreVocabularyEmptyException(System::String ^ message, System::String ^ vocabularyName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleStoreVocabularyEmptyException(string message, string vocabularyName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleStoreVocabularyEmptyException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleStoreVocabularyEmptyException
Public Sub New (message As String, vocabularyName As String, majorVersion As Integer, minorVersion As Integer, ex As Exception)
Parameter
- message
- String
- vocabularyName
- String
- majorVersion
- Int32
- minorVersion
- Int32
- ex
- Exception