اقرأ باللغة الإنجليزية

مشاركة عبر


DeploymentScriptsErrorException Constructors

Definition

Overloads

DeploymentScriptsErrorException()

Initializes a new instance of the DeploymentScriptsErrorException class.

DeploymentScriptsErrorException(String)

Initializes a new instance of the DeploymentScriptsErrorException class.

DeploymentScriptsErrorException(String, Exception)

Initializes a new instance of the DeploymentScriptsErrorException class.

DeploymentScriptsErrorException()

Initializes a new instance of the DeploymentScriptsErrorException class.

public DeploymentScriptsErrorException ();

Applies to

DeploymentScriptsErrorException(String)

Initializes a new instance of the DeploymentScriptsErrorException class.

public DeploymentScriptsErrorException (string message);

Parameters

message
String

The exception message.

Applies to

DeploymentScriptsErrorException(String, Exception)

Initializes a new instance of the DeploymentScriptsErrorException class.

public DeploymentScriptsErrorException (string message, Exception innerException);

Parameters

message
String

The exception message.

innerException
Exception

Inner exception.

Applies to