DeploymentException Class

Definition

Defines a base class for all deployment-related exceptions.

public ref class DeploymentException : SystemException
[System.Serializable]
public class DeploymentException : SystemException
[<System.Serializable>]
type DeploymentException = class
    inherit SystemException
Public Class DeploymentException
Inherits SystemException
Inheritance
DeploymentException
Derived
Attributes

Remarks

DeploymentException is the base class of all deployment-related exceptions thrown by the ApplicationDeployment class.

Constructors

DeploymentException()

Initializes a new instance of the DeploymentException class.

DeploymentException(SerializationInfo, StreamingContext)

Initializes a new instance of the DeploymentException class.

DeploymentException(String)

Initializes a new instance of the DeploymentException class.

DeploymentException(String, Exception)

Initializes a new instance of the DeploymentException class.

Methods

GetObjectData(SerializationInfo, StreamingContext)

Sets the SerializationInfo with information about the exception.

Applies to