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