DeploymentFatalException Class

Definition

Provides a fatal exception that is thrown during a deployment exception.

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

Constructors

DeploymentFatalException()

Creates an instance of a DeploymentFatalException object with default values.

DeploymentFatalException(Exception, String, Object[])

Creates an instance of a DeploymentFatalException object with the specified message, inner exception and array of parameters.

DeploymentFatalException(SerializationInfo, StreamingContext)

Creates an instance of a DeploymentFatalException object by using serialization data.

DeploymentFatalException(String)

Creates an instance of a DeploymentFatalException object by using the specified message.

DeploymentFatalException(String, Exception)

Creates an instance of a DeploymentFatalException object by using the message and inner exception specified.

DeploymentFatalException(String, Object[])

Creates an instance of a DeploymentFatalException object with the specified message and array of parameters.

Applies to