SPDeploymentErrorEventArgs members

Encapsulates data for error events that occur during the deployment operation.

The SPDeploymentErrorEventArgs type exposes the following members.

Constructors

  Name Description
Public method SPDeploymentErrorEventArgs Creates a new instance of the SPDeploymentErrorEventArgs class and provides error and deployment object data.

Top

Properties

  Name Description
Public property DeploymentObject Gets the SPDeploymentObject that caused the error.
Public property ErrorMessage Gets a string that represents the error message for the specified error.
Public property ErrorType Gets a SPDeploymentErrorType value that specifies the type of error.
Public property Recommendation Gets a string that represents the recommended action for the specified error.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPDeploymentErrorEventArgs class

Microsoft.SharePoint.Deployment namespace