RuleStoreVocabularyRenameNotAllowedException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
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)
參數
- message
- String
- currentName
- String
- newName
- String
適用於
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)
參數
- message
- String
- currentName
- String
- newName
- String
- ex
- Exception