Classe MissingReportServerConnectionInformationException
Occurs when session state is not enabled, and an object implementing IReportServerConnection interface is not supplied through the Web.config file.
Hierarquia de herança
Object
Exception
SystemException
ConfigurationException
ConfigurationErrorsException
Microsoft.Reporting.WebForms.MissingReportServerConnectionInformationException
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class MissingReportServerConnectionInformationException _
Inherits ConfigurationErrorsException
[SerializableAttribute]
public sealed class MissingReportServerConnectionInformationException : ConfigurationErrorsException
[SerializableAttribute]
public ref class MissingReportServerConnectionInformationException sealed : public ConfigurationErrorsException
[<Sealed>]
[<SerializableAttribute>]
type MissingReportServerConnectionInformationException =
class
inherit ConfigurationErrorsException
end
public final class MissingReportServerConnectionInformationException extends ConfigurationErrorsException
O tipo MissingReportServerConnectionInformationException expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
BareMessage | Obtém uma descrição por que essa exceção de configuração foi lançada. (Herdado de ConfigurationErrorsException.) | |
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Herdado de Exception.) | |
Errors | Obtém uma coleção de erros que detalham os motivos pelos quais isso ConfigurationErrorsException exceção foi acionada. (Herdado de ConfigurationErrorsException.) | |
Filename | Obtém o caminho para o arquivo de configuração que provocou essa exceção de configuração seja lançada. (Herdado de ConfigurationErrorsException.) | |
HelpLink | Gets or sets a link to the help file associated with this exception. (Herdado de Exception.) | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Herdado de Exception.) | |
InnerException | Gets the Exception instance that caused the current exception. (Herdado de Exception.) | |
Line | Obtém o número de linha no arquivo de configuração no qual essa exceção de configuração foi lançada. (Herdado de ConfigurationErrorsException.) | |
Message | Obtém uma descrição de por que essa exceção de configuração foi lançada. (Herdado de ConfigurationErrorsException.) | |
Source | Gets or sets the name of the application or the object that causes the error. (Herdado de Exception.) | |
StackTrace | Gets a string representation of the immediate frames on the call stack. (Herdado de Exception.) | |
TargetSite | Gets the method that throws the current exception. (Herdado de Exception.) |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Herdado de Exception.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetObjectData | Infraestrutura. Conjuntos de SerializationInfo o objeto com o número de linha e o nome do arquivo no qual ocorreu uma exceção desta configuração. (Herdado de ConfigurationErrorsException.) | |
GetType | Gets the runtime type of the current instance. (Herdado de Exception.) | |
ToString | Creates and returns a string representation of the current exception. (Herdado de Exception.) |
Superior
Comentários
Please see Configurações de Web.config para ReportViewer for more information.
Acesso thread-safe
Quaisquer membros estático (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.