RuleEngineDeploymentNotDeployedException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
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)
Parameter
- message
- String
- ruleSetName
- String
- majorVersion
- Int32
- minorVersion
- Int32
Gilt für:
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)
Parameter
- message
- String
- ruleSetName
- String
- majorVersion
- Int32
- minorVersion
- Int32
- ex
- Exception