Share via


RuleEngineException Constructors

Definition

Overloads

RuleEngineException(String)
RuleEngineException(SerializationInfo, StreamingContext)
RuleEngineException(String, Exception)

RuleEngineException(String)

public:
 RuleEngineException(System::String ^ message);
public RuleEngineException (string message);
new Microsoft.RuleEngine.RuleEngineException : string -> Microsoft.RuleEngine.RuleEngineException
Public Sub New (message As String)

Parameters

message
String

Applies to

RuleEngineException(SerializationInfo, StreamingContext)

protected:
 RuleEngineException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

RuleEngineException(String, Exception)

public:
 RuleEngineException(System::String ^ message, Exception ^ ex);
public RuleEngineException (string message, Exception ex);
new Microsoft.RuleEngine.RuleEngineException : string * Exception -> Microsoft.RuleEngine.RuleEngineException
Public Sub New (message As String, ex As Exception)

Parameters

message
String

Applies to