次の方法で共有


RuleEngineDeploymentUnexpectedException コンストラクター

定義

オーバーロード

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

RuleEngineDeploymentUnexpectedException(SerializationInfo, StreamingContext)

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

パラメーター

適用対象

RuleEngineDeploymentUnexpectedException(String, String, Int32, Int32)

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

パラメーター

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

適用対象

RuleEngineDeploymentUnexpectedException(String, String, Int32, Int32, Exception)

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

パラメーター

message
String
ruleSetName
String
majorVersion
Int32
minorVersion
Int32

適用対象