RuleEngineDeploymentRuleSetExistsException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
RuleEngineDeploymentRuleSetExistsException(SerializationInfo, StreamingContext)
protected:
RuleEngineDeploymentRuleSetExistsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineDeploymentRuleSetExistsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineDeploymentRuleSetExistsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineDeploymentRuleSetExistsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
RuleEngineDeploymentRuleSetExistsException(String, String, Int32, Int32)
public:
RuleEngineDeploymentRuleSetExistsException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion);
public RuleEngineDeploymentRuleSetExistsException (string message, string ruleSetName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleEngineDeploymentRuleSetExistsException : string * string * int * int -> Microsoft.RuleEngine.RuleEngineDeploymentRuleSetExistsException
Public Sub New (message As String, ruleSetName As String, majorVersion As Integer, minorVersion As Integer)
パラメーター
- message
- String
- ruleSetName
- String
- majorVersion
- Int32
- minorVersion
- Int32
適用対象
RuleEngineDeploymentRuleSetExistsException(String, String, Int32, Int32, Exception)
public:
RuleEngineDeploymentRuleSetExistsException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleEngineDeploymentRuleSetExistsException (string message, string ruleSetName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleEngineDeploymentRuleSetExistsException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleEngineDeploymentRuleSetExistsException
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
- ex
- Exception