Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the constant values that represent the error type for the SPDeploymentErrorEventArgs() property.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPDeploymentErrorType
'Usage
Dim instance As SPDeploymentErrorType
public enum SPDeploymentErrorType
Members
Member name | Description | |
---|---|---|
FatalError | Error that caused the application failure. | |
Error | Nonfatal error. | |
Warning | Nonfatal application error that produces a warning. | |
Information | Nonfatal error for which information is available. |