Share via


RuleEngineDeploymentFileEmptyException Constructors

Definition

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

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

Applies to