RuleEngineUnsupportedException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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)
Parameter
- message
- String
Gilt für:
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)
Parameter
- info
- SerializationInfo
- context
- StreamingContext
Gilt für:
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)
Parameter
- message
- String
- ex
- Exception