Share via


RuleEngineRuntimeTypeMismatchException Constructors

Definition

Overloads

RuleEngineRuntimeTypeMismatchException(SerializationInfo, StreamingContext)
RuleEngineRuntimeTypeMismatchException(String, Type, Type)
RuleEngineRuntimeTypeMismatchException(String, Type, Type, Exception)

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

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

Applies to