RuleEngineRuntimeTypeMismatchException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- actualType
- Type
- expectedType
- Type
Applies to
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)
Parameters
- message
- String
- actualType
- Type
- expectedType
- Type
- ex
- Exception