RuleEngineNotImplementedException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RuleEngineNotImplementedException(SerializationInfo, StreamingContext) | |
RuleEngineNotImplementedException(String, String, String) | |
RuleEngineNotImplementedException(String, String, String, Exception) |
RuleEngineNotImplementedException(SerializationInfo, StreamingContext)
protected:
RuleEngineNotImplementedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineNotImplementedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineNotImplementedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineNotImplementedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametri
- info
- SerializationInfo
- context
- StreamingContext
Si applica a
RuleEngineNotImplementedException(String, String, String)
public:
RuleEngineNotImplementedException(System::String ^ message, System::String ^ className, System::String ^ memberName);
public RuleEngineNotImplementedException (string message, string className, string memberName);
new Microsoft.RuleEngine.RuleEngineNotImplementedException : string * string * string -> Microsoft.RuleEngine.RuleEngineNotImplementedException
Public Sub New (message As String, className As String, memberName As String)
Parametri
- message
- String
- className
- String
- memberName
- String
Si applica a
RuleEngineNotImplementedException(String, String, String, Exception)
public:
RuleEngineNotImplementedException(System::String ^ message, System::String ^ className, System::String ^ memberName, Exception ^ ex);
public RuleEngineNotImplementedException (string message, string className, string memberName, Exception ex);
new Microsoft.RuleEngine.RuleEngineNotImplementedException : string * string * string * Exception -> Microsoft.RuleEngine.RuleEngineNotImplementedException
Public Sub New (message As String, className As String, memberName As String, ex As Exception)
Parametri
- message
- String
- className
- String
- memberName
- String
- ex
- Exception