RuleStoreVocabularyAlreadyPublishedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RuleStoreVocabularyAlreadyPublishedException(SerializationInfo, StreamingContext)
protected:
RuleStoreVocabularyAlreadyPublishedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreVocabularyAlreadyPublishedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreVocabularyAlreadyPublishedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreVocabularyAlreadyPublishedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
RuleStoreVocabularyAlreadyPublishedException(String, String, Int32, Int32)
public:
RuleStoreVocabularyAlreadyPublishedException(System::String ^ message, System::String ^ vocabularyName, int majorVersion, int minorVersion);
public RuleStoreVocabularyAlreadyPublishedException (string message, string vocabularyName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleStoreVocabularyAlreadyPublishedException : string * string * int * int -> Microsoft.RuleEngine.RuleStoreVocabularyAlreadyPublishedException
Public Sub New (message As String, vocabularyName As String, majorVersion As Integer, minorVersion As Integer)
Parameters
- message
- String
- vocabularyName
- String
- majorVersion
- Int32
- minorVersion
- Int32
Applies to
RuleStoreVocabularyAlreadyPublishedException(String, String, Int32, Int32, Exception)
public:
RuleStoreVocabularyAlreadyPublishedException(System::String ^ message, System::String ^ vocabularyName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleStoreVocabularyAlreadyPublishedException (string message, string vocabularyName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleStoreVocabularyAlreadyPublishedException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleStoreVocabularyAlreadyPublishedException
Public Sub New (message As String, vocabularyName As String, majorVersion As Integer, minorVersion As Integer, ex As Exception)
Parameters
- message
- String
- vocabularyName
- String
- majorVersion
- Int32
- minorVersion
- Int32
- ex
- Exception