NonCacheableTypeException Classe (sistema de 2007)
A exceção é acionada quando é feita uma tentativa de um objeto em uma personalização em nível de documento, mas o tipo de objeto do cache não é um DataSet, DataTable, ou um tipo que atenda aos requisitos especificados na Cache de dados.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (em Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Sintaxe
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class NonCacheableTypeException _
Inherits RuntimeException
Dim instance As NonCacheableTypeException
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class NonCacheableTypeException : RuntimeException
Comentários
Para obter mais informações sobre cache de dados em personalizações em nível de documento, consulte Cache de dados e Acessando dados em documentos no servidor.
Hierarquia de herança
System.Object
System.Exception
Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Microsoft.VisualStudio.Tools.Applications.Runtime.NonCacheableTypeException
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também
Referência
Membros NonCacheableTypeException
Namespace Microsoft.VisualStudio.Tools.Applications.Runtime