RuleStoreFileNotFoundException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
RuleStoreFileNotFoundException(SerializationInfo, StreamingContext) | |
RuleStoreFileNotFoundException(String, String) | |
RuleStoreFileNotFoundException(String, String, Exception) |
RuleStoreFileNotFoundException(SerializationInfo, StreamingContext)
protected:
RuleStoreFileNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleStoreFileNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleStoreFileNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleStoreFileNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parametri
- info
- SerializationInfo
- context
- StreamingContext
Si applica a
RuleStoreFileNotFoundException(String, String)
public:
RuleStoreFileNotFoundException(System::String ^ message, System::String ^ fileName);
public RuleStoreFileNotFoundException (string message, string fileName);
new Microsoft.RuleEngine.RuleStoreFileNotFoundException : string * string -> Microsoft.RuleEngine.RuleStoreFileNotFoundException
Public Sub New (message As String, fileName As String)
Parametri
- message
- String
- fileName
- String
Si applica a
RuleStoreFileNotFoundException(String, String, Exception)
public:
RuleStoreFileNotFoundException(System::String ^ message, System::String ^ fileName, Exception ^ ex);
public RuleStoreFileNotFoundException (string message, string fileName, Exception ex);
new Microsoft.RuleEngine.RuleStoreFileNotFoundException : string * string * Exception -> Microsoft.RuleEngine.RuleStoreFileNotFoundException
Public Sub New (message As String, fileName As String, ex As Exception)
Parametri
- message
- String
- fileName
- String
- ex
- Exception