AppPackageValidationException members
Include protected members
Include inherited members
A exceção que é lançada quando há erros de validação de um pacote de aplicativo.
The AppPackageValidationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AppPackageValidationException() | Inicializa uma nova instância da classe AppPackageValidationException . | |
AppPackageValidationException(String) | Inicializa uma nova instância da classe AppPackageValidationException com uma mensagem de erro especificado. | |
AppPackageValidationException(String, Exception) | Inicializa uma nova instância da classe AppPackageValidationException com uma mensagem de erro especificada e uma referência à exceção interna que provocou essa exceção. | |
AppPackageValidationException(String, Exception, ValidationErrorContext) | Inicializa uma nova instância da classe AppPackageValidationException com uma mensagem de erro especificada, uma referência à exceção interna que provocou essa exceção e um contexto. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | Obtém um inteiro que identifica a exceção. (Inherited from SPException.) | |
ErrorContext | Obtém ou define o ValidationErrorContext associado a essa exceção. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | Obtém a mensagem de erro de código nativo que está associada este objeto de SPException . (Inherited from SPException.) | |
NativeStackTrace | Obtém o rastreamento de pilha de código nativo associado a este objeto de 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 | Obtém os dados do objeto usando as informações de serialização e contexto de fluxo contínuo. (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Cria e retorna uma representação de seqüência de caracteres do objeto de exceção atual. (Overrides Exception.ToString().) |
Top