RuleEngineArgumentUnexpectedTypeException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RuleEngineArgumentUnexpectedTypeException(SerializationInfo, StreamingContext)
protected:
RuleEngineArgumentUnexpectedTypeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineArgumentUnexpectedTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Dotyczy
RuleEngineArgumentUnexpectedTypeException(String, String, String)
public:
RuleEngineArgumentUnexpectedTypeException(System::String ^ message, System::String ^ className, System::String ^ argumentName);
public RuleEngineArgumentUnexpectedTypeException (string message, string className, string argumentName);
new Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException : string * string * string -> Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException
Public Sub New (message As String, className As String, argumentName As String)
Parametry
- message
- String
- className
- String
- argumentName
- String
Dotyczy
RuleEngineArgumentUnexpectedTypeException(String, String, String, Exception)
public:
RuleEngineArgumentUnexpectedTypeException(System::String ^ message, System::String ^ className, System::String ^ argumentName, Exception ^ ex);
public RuleEngineArgumentUnexpectedTypeException (string message, string className, string argumentName, Exception ex);
new Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException : string * string * string * Exception -> Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException
Public Sub New (message As String, className As String, argumentName As String, ex As Exception)
Parametry
- message
- String
- className
- String
- argumentName
- String
- ex
- Exception