RuleEngineRuntimeTypeMismatchException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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)
Parametri
- info
- SerializationInfo
- context
- StreamingContext
Si applica a
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)
Parametri
- message
- String
- actualType
- Type
- expectedType
- Type
Si applica a
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)
Parametri
- message
- String
- actualType
- Type
- expectedType
- Type
- ex
- Exception