RuleEngineDeploymentFileEmptyException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
RuleEngineDeploymentFileEmptyException(SerializationInfo, StreamingContext) | |
RuleEngineDeploymentFileEmptyException(String, String) | |
RuleEngineDeploymentFileEmptyException(String, String, Exception) |
RuleEngineDeploymentFileEmptyException(SerializationInfo, StreamingContext)
protected:
RuleEngineDeploymentFileEmptyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RuleEngineDeploymentFileEmptyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.RuleEngine.RuleEngineDeploymentFileEmptyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.RuleEngine.RuleEngineDeploymentFileEmptyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext
適用於
RuleEngineDeploymentFileEmptyException(String, String)
public:
RuleEngineDeploymentFileEmptyException(System::String ^ message, System::String ^ fileName);
public RuleEngineDeploymentFileEmptyException (string message, string fileName);
new Microsoft.RuleEngine.RuleEngineDeploymentFileEmptyException : string * string -> Microsoft.RuleEngine.RuleEngineDeploymentFileEmptyException
Public Sub New (message As String, fileName As String)
參數
- message
- String
- fileName
- String
適用於
RuleEngineDeploymentFileEmptyException(String, String, Exception)
public:
RuleEngineDeploymentFileEmptyException(System::String ^ message, System::String ^ fileName, Exception ^ ex);
public RuleEngineDeploymentFileEmptyException (string message, string fileName, Exception ex);
new Microsoft.RuleEngine.RuleEngineDeploymentFileEmptyException : string * string * Exception -> Microsoft.RuleEngine.RuleEngineDeploymentFileEmptyException
Public Sub New (message As String, fileName As String, ex As Exception)
參數
- message
- String
- fileName
- String
- ex
- Exception