RuleEngineRuntimeTypeMismatchException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- info
- SerializationInfo
- context
- StreamingContext
Se aplica 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)
Parámetros
- message
- String
- actualType
- Type
- expectedType
- Type
Se aplica 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)
Parámetros
- message
- String
- actualType
- Type
- expectedType
- Type
- ex
- Exception