RuleEngineDeploymentFileEmptyException 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
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext
Applies to
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)
Parameters
- message
- String
- fileName
- String
Applies to
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)
Parameters
- message
- String
- fileName
- String
- ex
- Exception