Share via


RuleEngineDeploymentAlreadyDeployedException Constructors

Definition

Overloads

RuleEngineDeploymentAlreadyDeployedException(SerializationInfo, StreamingContext)
RuleEngineDeploymentAlreadyDeployedException(String, String, Int32, Int32)
RuleEngineDeploymentAlreadyDeployedException(String, String, Int32, Int32, Exception)

RuleEngineDeploymentAlreadyDeployedException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

RuleEngineDeploymentAlreadyDeployedException(String, String, Int32, Int32)

public:
 RuleEngineDeploymentAlreadyDeployedException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion);
public RuleEngineDeploymentAlreadyDeployedException (string message, string ruleSetName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleEngineDeploymentAlreadyDeployedException : string * string * int * int -> Microsoft.RuleEngine.RuleEngineDeploymentAlreadyDeployedException
Public Sub New (message As String, ruleSetName As String, majorVersion As Integer, minorVersion As Integer)

Parameters

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

Applies to

RuleEngineDeploymentAlreadyDeployedException(String, String, Int32, Int32, Exception)

public:
 RuleEngineDeploymentAlreadyDeployedException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleEngineDeploymentAlreadyDeployedException (string message, string ruleSetName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleEngineDeploymentAlreadyDeployedException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleEngineDeploymentAlreadyDeployedException
Public Sub New (message As String, ruleSetName As String, majorVersion As Integer, minorVersion As Integer, ex As Exception)

Parameters

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

Applies to