CachedDataCouldNotBeSerializedException Classe

Definição

A exceção que é gerada quando ocorre falha na tentativa de serializar os dados armazenados em cache em uma personalização no nível de documento.

[System.Serializable]
public sealed class CachedDataCouldNotBeSerializedException : Microsoft.VisualStudio.Tools.Applications.Runtime.RuntimeException
Herança
CachedDataCouldNotBeSerializedException
Atributos

Comentários

Para obter mais informações sobre como armazenar em cache dados em personalizações em nível de documento, consulte Caching data e acessando dados em documentos no servidor.

Construtores

CachedDataCouldNotBeSerializedException()
CachedDataCouldNotBeSerializedException(String)
CachedDataCouldNotBeSerializedException(String, Exception)
CachedDataCouldNotBeSerializedException(String, String)
CachedDataCouldNotBeSerializedException(String, String, Exception)
CachedDataCouldNotBeSerializedException(String, String, String)
CachedDataCouldNotBeSerializedException(String, String, String, Exception)

Aplica-se a