RuleStoreRuleSetAlreadyPublishedException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RuleStoreRuleSetAlreadyPublishedException(SerializationInfo, StreamingContext)
protected:
RuleStoreRuleSetAlreadyPublishedException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreRuleSetAlreadyPublishedException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreRuleSetAlreadyPublishedException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreRuleSetAlreadyPublishedException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
RuleStoreRuleSetAlreadyPublishedException(String, String, Int32, Int32)
public:
RuleStoreRuleSetAlreadyPublishedException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion);
public RuleStoreRuleSetAlreadyPublishedException (string message, string ruleSetName, int majorVersion, int minorVersion);
new Microsoft.RuleEngine.RuleStoreRuleSetAlreadyPublishedException : string * string * int * int -> Microsoft.RuleEngine.RuleStoreRuleSetAlreadyPublishedException
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
RuleStoreRuleSetAlreadyPublishedException(String, String, Int32, Int32, Exception)
public:
RuleStoreRuleSetAlreadyPublishedException(System::String ^ message, System::String ^ ruleSetName, int majorVersion, int minorVersion, Exception ^ ex);
public RuleStoreRuleSetAlreadyPublishedException (string message, string ruleSetName, int majorVersion, int minorVersion, Exception ex);
new Microsoft.RuleEngine.RuleStoreRuleSetAlreadyPublishedException : string * string * int * int * Exception -> Microsoft.RuleEngine.RuleStoreRuleSetAlreadyPublishedException
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
- ex
- Exception