Share via


RuleStoreCompatibilityCheckException Constructors

Definition

Overloads

RuleStoreCompatibilityCheckException(String)
RuleStoreCompatibilityCheckException(SerializationInfo, StreamingContext)
RuleStoreCompatibilityCheckException(String, Exception)

RuleStoreCompatibilityCheckException(String)

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

Parameters

message
String

Applies to

RuleStoreCompatibilityCheckException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

RuleStoreCompatibilityCheckException(String, Exception)

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

Parameters

message
String

Applies to