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