AppPackageValidationException members
Include protected members
Include inherited members
所驗證的應用程式套件的錯誤時擲回的例外狀況。
The AppPackageValidationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppPackageValidationException() | 初始化AppPackageValidationException類別的新執行個體。 | |
AppPackageValidationException(String) | 初始化具有指定的錯誤訊息之AppPackageValidationException類別的新執行個體。 | |
AppPackageValidationException(String, Exception) | 初始化指定的錯誤訊息與造成這個例外狀況之內部例外狀況的參考的AppPackageValidationException類別的新執行個體。 | |
AppPackageValidationException(String, Exception, ValidationErrorContext) | 初始化新執行個體與指定的錯誤訊息的AppPackageValidationException類別,導致這個例外狀況和內容的內部例外狀況的參考。 |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | 取得識別例外狀況的整數。 (Inherited from SPException.) | |
ErrorContext | 取得或設定與這個例外狀況相關聯的ValidationErrorContext 。 | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | 取得與這個SPException物件相關聯的原生程式碼錯誤訊息。 (Inherited from SPException.) | |
NativeStackTrace | 取得與這個SPException物件相關的原生程式碼堆疊追蹤。 (Inherited from SPException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | 藉由使用序列化資訊和資料流的內容取得的物件資料。 (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | 建立並傳回目前的例外狀況物件的字串表示。 (Overrides Exception.ToString().) |
Top