Freigeben über


RuleEngineNotImplementedException Konstruktoren

Definition

Überlädt

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)

Parameter

Gilt für:

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)

Parameter

message
String
className
String
memberName
String

Gilt für:

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)

Parameter

message
String
className
String
memberName
String

Gilt für: