SPDeploymentErrorType enumeration
列舉的常數的值,代表**SPDeploymentErrorEventArgs()**屬性的錯誤類型。
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Enumeration SPDeploymentErrorType
'用途
Dim instance As SPDeploymentErrorType
public enum SPDeploymentErrorType
Members
Member name | Description | |
---|---|---|
FatalError | 應用程式失敗原因的錯誤。 | |
Error | 非嚴重錯誤。 | |
Warning | 會產生一則警告訊息的非嚴重的應用程式錯誤。 | |
Information | 資訊是可用的非嚴重錯誤。 |