RuleStoreRuleSetRenameNotAllowedException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Se aplica 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
Se aplica 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