RuleStoreFileNotFoundException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- info
- SerializationInfo
- context
- StreamingContext
適用対象
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)
パラメーター
- message
- String
- fileName
- String
適用対象
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)
パラメーター
- message
- String
- fileName
- String
- ex
- Exception