RuleStoreRuleSetRenameNotAllowedException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RuleStoreRuleSetRenameNotAllowedException(SerializationInfo, StreamingContext)
protected:
RuleStoreRuleSetRenameNotAllowedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreRuleSetRenameNotAllowedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreRuleSetRenameNotAllowedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreRuleSetRenameNotAllowedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
- context
- StreamingContext
Aplica-se a
RuleStoreRuleSetRenameNotAllowedException(String, String, String)
public:
RuleStoreRuleSetRenameNotAllowedException(System::String ^ message, System::String ^ currentName, System::String ^ newName);
public RuleStoreRuleSetRenameNotAllowedException (string message, string currentName, string newName);
new Microsoft.RuleEngine.RuleStoreRuleSetRenameNotAllowedException : string * string * string -> Microsoft.RuleEngine.RuleStoreRuleSetRenameNotAllowedException
Public Sub New (message As String, currentName As String, newName As String)
Parâmetros
- message
- String
- currentName
- String
- newName
- String
Aplica-se a
RuleStoreRuleSetRenameNotAllowedException(String, String, String, Exception)
public:
RuleStoreRuleSetRenameNotAllowedException(System::String ^ message, System::String ^ currentName, System::String ^ newName, Exception ^ ex);
public RuleStoreRuleSetRenameNotAllowedException (string message, string currentName, string newName, Exception ex);
new Microsoft.RuleEngine.RuleStoreRuleSetRenameNotAllowedException : string * string * string * Exception -> Microsoft.RuleEngine.RuleStoreRuleSetRenameNotAllowedException
Public Sub New (message As String, currentName As String, newName As String, ex As Exception)
Parâmetros
- message
- String
- currentName
- String
- newName
- String
- ex
- Exception