RuleStoreVocabularyRenameNotAllowedException 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í
RuleStoreVocabularyRenameNotAllowedException(SerializationInfo, StreamingContext)
protected:
RuleStoreVocabularyRenameNotAllowedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreVocabularyRenameNotAllowedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreVocabularyRenameNotAllowedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreVocabularyRenameNotAllowedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Platí pro
RuleStoreVocabularyRenameNotAllowedException(String, String, String)
public:
RuleStoreVocabularyRenameNotAllowedException(System::String ^ message, System::String ^ currentName, System::String ^ newName);
public RuleStoreVocabularyRenameNotAllowedException (string message, string currentName, string newName);
new Microsoft.RuleEngine.RuleStoreVocabularyRenameNotAllowedException : string * string * string -> Microsoft.RuleEngine.RuleStoreVocabularyRenameNotAllowedException
Public Sub New (message As String, currentName As String, newName As String)
Parametry
- message
- String
- currentName
- String
- newName
- String
Platí pro
RuleStoreVocabularyRenameNotAllowedException(String, String, String, Exception)
public:
RuleStoreVocabularyRenameNotAllowedException(System::String ^ message, System::String ^ currentName, System::String ^ newName, Exception ^ ex);
public RuleStoreVocabularyRenameNotAllowedException (string message, string currentName, string newName, Exception ex);
new Microsoft.RuleEngine.RuleStoreVocabularyRenameNotAllowedException : string * string * string * Exception -> Microsoft.RuleEngine.RuleStoreVocabularyRenameNotAllowedException
Public Sub New (message As String, currentName As String, newName As String, ex As Exception)
Parametry
- message
- String
- currentName
- String
- newName
- String
- ex
- Exception