Share via


RuleEngineDeploymentVocabularyExistsException Constructors

Definition

Overloads

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

RuleEngineDeploymentVocabularyExistsException(SerializationInfo, StreamingContext)

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

Parameters

Applies to

RuleEngineDeploymentVocabularyExistsException(String, String, Int32, Int32)

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

Parameters

message
String
vocabularyName
String
majorVersion
Int32
minorVersion
Int32

Applies to

RuleEngineDeploymentVocabularyExistsException(String, String, Int32, Int32, Exception)

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

Parameters

message
String
vocabularyName
String
majorVersion
Int32
minorVersion
Int32

Applies to