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