RuleEngineArgumentUnexpectedTypeException 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
RuleEngineArgumentUnexpectedTypeException(SerializationInfo, StreamingContext)
protected:
RuleEngineArgumentUnexpectedTypeException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineArgumentUnexpectedTypeException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
RuleEngineArgumentUnexpectedTypeException(String, String, String)
public:
RuleEngineArgumentUnexpectedTypeException(System::String ^ message, System::String ^ className, System::String ^ argumentName);
public RuleEngineArgumentUnexpectedTypeException (string message, string className, string argumentName);
new Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException : string * string * string -> Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException
Public Sub New (message As String, className As String, argumentName As String)
Parameters
- message
- String
- className
- String
- argumentName
- String
Applies to
RuleEngineArgumentUnexpectedTypeException(String, String, String, Exception)
public:
RuleEngineArgumentUnexpectedTypeException(System::String ^ message, System::String ^ className, System::String ^ argumentName, Exception ^ ex);
public RuleEngineArgumentUnexpectedTypeException (string message, string className, string argumentName, Exception ex);
new Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException : string * string * string * Exception -> Microsoft.RuleEngine.RuleEngineArgumentUnexpectedTypeException
Public Sub New (message As String, className As String, argumentName As String, ex As Exception)
Parameters
- message
- String
- className
- String
- argumentName
- String
- ex
- Exception