DeploymentCanceledException Class

Definition

Provides an exception that is thrown when a deployment exception is canceled.

public ref class DeploymentCanceledException : Exception
[System.Serializable]
public class DeploymentCanceledException : Exception
type DeploymentCanceledException = class
    inherit Exception
Public Class DeploymentCanceledException
Inherits Exception
Inheritance
DeploymentCanceledException
Attributes

Constructors

DeploymentCanceledException()

Creates an instance of a DeploymentCanceledException object with default values.

DeploymentCanceledException(SerializationInfo, StreamingContext)

Creates an instance of a DeploymentCanceledException object from serialization information.

DeploymentCanceledException(String)

Creates an instance of a DeploymentCanceledException object with the specified message.

DeploymentCanceledException(String, Exception)

Creates an instance of a DeploymentCanceledException object with the specified message and inner exception.

Applies to