DeploymentException Constructors

Definition

Overloads

DeploymentException()
DeploymentException(String)
DeploymentException(SerializationInfo, StreamingContext)
DeploymentException(String, Exception)

DeploymentException()

public:
 DeploymentException();
public DeploymentException ();
Public Sub New ()

Applies to

DeploymentException(String)

public:
 DeploymentException(System::String ^ message);
public DeploymentException (string message);
new Microsoft.BizTalk.Deployment.DeploymentException : string -> Microsoft.BizTalk.Deployment.DeploymentException
Public Sub New (message As String)

Parameters

message
String

Applies to

DeploymentException(SerializationInfo, StreamingContext)

protected:
 DeploymentException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DeploymentException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.Deployment.DeploymentException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.Deployment.DeploymentException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

DeploymentException(String, Exception)

public:
 DeploymentException(System::String ^ message, Exception ^ exception);
public DeploymentException (string message, Exception exception);
new Microsoft.BizTalk.Deployment.DeploymentException : string * Exception -> Microsoft.BizTalk.Deployment.DeploymentException

Parameters

message
String
exception
Exception

Applies to