RuleEngineDeploymentNotDeployedException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RuleEngineDeploymentNotDeployedException(SerializationInfo, StreamingContext)
protected:
RuleEngineDeploymentNotDeployedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineDeploymentNotDeployedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineDeploymentNotDeployedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineDeploymentNotDeployedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
RuleEngineDeploymentNotDeployedException(String, String, Int32, Int32)
public:
RuleEngineDeploymentNotDeployedException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion);
public RuleEngineDeploymentNotDeployedException (string message, string ruleSetName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleEngineDeploymentNotDeployedException : string * string * int * int -> Microsoft.RuleEngine.RuleEngineDeploymentNotDeployedException
Public Sub New (message As String, ruleSetName As String, majorVersion As Integer, minorVersion As Integer)
參數
- message
- String
- ruleSetName
- String
- majorVersion
- Int32
- minorVersion
- Int32
適用於
RuleEngineDeploymentNotDeployedException(String, String, Int32, Int32, Exception)
public:
RuleEngineDeploymentNotDeployedException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleEngineDeploymentNotDeployedException (string message, string ruleSetName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleEngineDeploymentNotDeployedException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleEngineDeploymentNotDeployedException
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