RuleEngineRuntimeTypeMismatchException 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
RuleEngineRuntimeTypeMismatchException(SerializationInfo, StreamingContext)
protected:
RuleEngineRuntimeTypeMismatchException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineRuntimeTypeMismatchException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineRuntimeTypeMismatchException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineRuntimeTypeMismatchException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Dotyczy
RuleEngineRuntimeTypeMismatchException(String, Type, Type)
public:
RuleEngineRuntimeTypeMismatchException(System::String ^ message, Type ^ actualType, Type ^ expectedType);
public RuleEngineRuntimeTypeMismatchException (string message, Type actualType, Type expectedType);
new Microsoft.RuleEngine.RuleEngineRuntimeTypeMismatchException : string * Type * Type -> Microsoft.RuleEngine.RuleEngineRuntimeTypeMismatchException
Public Sub New (message As String, actualType As Type, expectedType As Type)
Parametry
- message
- String
- actualType
- Type
- expectedType
- Type
Dotyczy
RuleEngineRuntimeTypeMismatchException(String, Type, Type, Exception)
public:
RuleEngineRuntimeTypeMismatchException(System::String ^ message, Type ^ actualType, Type ^ expectedType, Exception ^ ex);
public RuleEngineRuntimeTypeMismatchException (string message, Type actualType, Type expectedType, Exception ex);
new Microsoft.RuleEngine.RuleEngineRuntimeTypeMismatchException : string * Type * Type * Exception -> Microsoft.RuleEngine.RuleEngineRuntimeTypeMismatchException
Public Sub New (message As String, actualType As Type, expectedType As Type, ex As Exception)
Parametry
- message
- String
- actualType
- Type
- expectedType
- Type
- ex
- Exception