RuleSetTranslationUserObjectMissingException Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
RuleSetTranslationUserObjectMissingException(SerializationInfo, StreamingContext)
protected:
RuleSetTranslationUserObjectMissingException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleSetTranslationUserObjectMissingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleSetTranslationUserObjectMissingException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleSetTranslationUserObjectMissingException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Параметры
- info
- SerializationInfo
- context
- StreamingContext
Применяется к
RuleSetTranslationUserObjectMissingException(String, String)
public:
RuleSetTranslationUserObjectMissingException(System::String ^ message, System::String ^ ruleName);
public RuleSetTranslationUserObjectMissingException(string message, string ruleName);
new Microsoft.RuleEngine.RuleSetTranslationUserObjectMissingException : string * string -> Microsoft.RuleEngine.RuleSetTranslationUserObjectMissingException
Public Sub New (message As String, ruleName As String)
Параметры
- message
- String
- ruleName
- String
Применяется к
RuleSetTranslationUserObjectMissingException(String, String, Exception)
public:
RuleSetTranslationUserObjectMissingException(System::String ^ message, System::String ^ ruleName, Exception ^ ex);
public RuleSetTranslationUserObjectMissingException(string message, string ruleName, Exception ex);
new Microsoft.RuleEngine.RuleSetTranslationUserObjectMissingException : string * string * Exception -> Microsoft.RuleEngine.RuleSetTranslationUserObjectMissingException
Public Sub New (message As String, ruleName As String, ex As Exception)
Параметры
- message
- String
- ruleName
- String
- ex
- Exception