RuleEngineNotImplementedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- className
- String
- memberName
- String
Applies to
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)
Parameters
- message
- String
- className
- String
- memberName
- String
- ex
- Exception