MissingReportServerConnectionInformationException クラス
セッション状態が無効で、IReportServerConnection インターフェイスを実装しているオブジェクトが Web.config ファイルから提供されていない場合に発生します。
継承階層
System.Object
System.Exception
System.SystemException
System.Configuration.ConfigurationException
System.Configuration.ConfigurationErrorsException
Microsoft.Reporting.WebForms.MissingReportServerConnectionInformationException
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.dll)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class MissingReportServerConnectionInformationException _
Inherits ConfigurationErrorsException
'使用
Dim instance As MissingReportServerConnectionInformationException
[SerializableAttribute]
public sealed class MissingReportServerConnectionInformationException : ConfigurationErrorsException
[SerializableAttribute]
public ref class MissingReportServerConnectionInformationException sealed : public ConfigurationErrorsException
[<SealedAttribute>]
[<SerializableAttribute>]
type MissingReportServerConnectionInformationException =
class
inherit ConfigurationErrorsException
end
public final class MissingReportServerConnectionInformationException extends ConfigurationErrorsException
MissingReportServerConnectionInformationException 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
BareMessage | (ConfigurationErrorsException から継承されています。) | |
Data | (Exception から継承されています。) | |
Errors | (ConfigurationErrorsException から継承されています。) | |
Filename | (ConfigurationErrorsException から継承されています。) | |
HelpLink | (Exception から継承されています。) | |
HResult | (Exception から継承されています。) | |
InnerException | (Exception から継承されています。) | |
Line | (ConfigurationErrorsException から継承されています。) | |
Message | (ConfigurationErrorsException から継承されています。) | |
Source | (Exception から継承されています。) | |
StackTrace | (Exception から継承されています。) | |
TargetSite | (Exception から継承されています。) |
Top
メソッド
名前 | 説明 | |
---|---|---|
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBaseException | (Exception から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetObjectData | (ConfigurationErrorsException から継承されています。) | |
GetType | (Exception から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Exception から継承されています。) |
Top
説明
詳細については、「ReportViewer 用の Web.config 設定」を参照してください。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。