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