AppPackageValidationException members
The exception that is thrown when there are errors validating an app package.
The AppPackageValidationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
AppPackageValidationException() | Initializes a new instance of the AppPackageValidationException class. |
![]() |
AppPackageValidationException(String) | Initializes a new instance of the AppPackageValidationException class with a specified error message. |
![]() |
AppPackageValidationException(String, Exception) | Initializes a new instance of the AppPackageValidationException class with a specified error message and a reference to the inner exception that caused this exception. |
![]() |
AppPackageValidationException(String, Exception, ValidationErrorContext) | Initializes a new instance of the AppPackageValidationException class with a specified error message, a reference to the inner exception that caused this exception, and a context. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ErrorCode | Gets an integer that identifies the exception. (Inherited from SPException.) |
![]() |
ErrorContext | Gets or sets the ValidationErrorContext associated with this exception. |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
Message | (Inherited from Exception.) |
![]() |
NativeErrorMessage | Gets the native code error message that is associated with this SPException object. (Inherited from SPException.) |
![]() |
NativeStackTrace | Gets the native code stack trace associated with this SPException object. (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 | Gets the object data by using the serialization information and the streaming context. (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Creates and returns a string representation of the current exception object. (Overrides Exception.ToString().) |
Top