RuleEngineConfigurationComponentNotFoundException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RuleEngineConfigurationComponentNotFoundException(SerializationInfo, StreamingContext)
protected:
RuleEngineConfigurationComponentNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineConfigurationComponentNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineConfigurationComponentNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineConfigurationComponentNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametry
- info
- SerializationInfo
- context
- StreamingContext
Dotyczy
RuleEngineConfigurationComponentNotFoundException(String, String, String, String)
public:
RuleEngineConfigurationComponentNotFoundException(System::String ^ message, System::String ^ componentType, System::String ^ assemblyName, System::String ^ className);
public RuleEngineConfigurationComponentNotFoundException (string message, string componentType, string assemblyName, string className);
new Microsoft.RuleEngine.RuleEngineConfigurationComponentNotFoundException : string * string * string * string -> Microsoft.RuleEngine.RuleEngineConfigurationComponentNotFoundException
Public Sub New (message As String, componentType As String, assemblyName As String, className As String)
Parametry
- message
- String
- componentType
- String
- assemblyName
- String
- className
- String
Dotyczy
RuleEngineConfigurationComponentNotFoundException(String, String, String, String, Exception)
public:
RuleEngineConfigurationComponentNotFoundException(System::String ^ message, System::String ^ componentType, System::String ^ assemblyName, System::String ^ className, Exception ^ ex);
public RuleEngineConfigurationComponentNotFoundException (string message, string componentType, string assemblyName, string className, Exception ex);
new Microsoft.RuleEngine.RuleEngineConfigurationComponentNotFoundException : string * string * string * string * Exception -> Microsoft.RuleEngine.RuleEngineConfigurationComponentNotFoundException
Public Sub New (message As String, componentType As String, assemblyName As String, className As String, ex As Exception)
Parametry
- message
- String
- componentType
- String
- assemblyName
- String
- className
- String
- ex
- Exception