SPDeploymentErrorEventArgs members
Encapsulates data for error events that occur during the deployment operation.
The SPDeploymentErrorEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPDeploymentErrorEventArgs | Creates a new instance of the SPDeploymentErrorEventArgs class and provides error and deployment object data. |
Top
Properties
Name | Description | |
---|---|---|
DeploymentObject | Gets the SPDeploymentObject that caused the error. | |
ErrorMessage | Gets a string that represents the error message for the specified error. | |
ErrorType | Gets a SPDeploymentErrorType value that specifies the type of error. | |
Recommendation | Gets a string that represents the recommended action for the specified error. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top