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