RuleEngineException 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
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)
Parameters
- message
- String
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- ex
- Exception