RuleStoreVocabularyNotValidException 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
RuleStoreVocabularyNotValidException(String) | |
RuleStoreVocabularyNotValidException(SerializationInfo, StreamingContext) | |
RuleStoreVocabularyNotValidException(String, Exception) |
RuleStoreVocabularyNotValidException(String)
public:
RuleStoreVocabularyNotValidException(System::String ^ message);
public RuleStoreVocabularyNotValidException (string message);
new Microsoft.RuleEngine.RuleStoreVocabularyNotValidException : string -> Microsoft.RuleEngine.RuleStoreVocabularyNotValidException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
RuleStoreVocabularyNotValidException(SerializationInfo, StreamingContext)
protected:
RuleStoreVocabularyNotValidException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreVocabularyNotValidException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreVocabularyNotValidException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreVocabularyNotValidException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
RuleStoreVocabularyNotValidException(String, Exception)
public:
RuleStoreVocabularyNotValidException(System::String ^ message, Exception ^ ex);
public RuleStoreVocabularyNotValidException (string message, Exception ex);
new Microsoft.RuleEngine.RuleStoreVocabularyNotValidException : string * Exception -> Microsoft.RuleEngine.RuleStoreVocabularyNotValidException
Public Sub New (message As String, ex As Exception)
Parameters
- message
- String
- ex
- Exception