DeploymentException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of the DeploymentException class. |
DeploymentException(String) |
Initializes a new instance of the DeploymentException class. |
Methods
GetObjectData(SerializationInfo, StreamingContext) |
Sets the SerializationInfo with information about the exception. |