MissingDataSourceCredentialsException 類別
發佈時間: 2016年4月
代表在尚未提供報表使用之資料來源的認證時,所發生的例外狀況。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
繼承階層架構
System.Object
System.Exception
Microsoft.Reporting.WinForms.ReportViewerException
Microsoft.Reporting.WinForms.MissingDataSourceCredentialsException
語法
[SerializableAttribute]
public sealed class MissingDataSourceCredentialsException : ReportViewerException
[SerializableAttribute]
public ref class MissingDataSourceCredentialsException sealed : ReportViewerException
[<Sealed>]
[<SerializableAttribute>]
type MissingDataSourceCredentialsException =
class
inherit ReportViewerException
end
<SerializableAttribute>
Public NotInheritable Class MissingDataSourceCredentialsException
Inherits ReportViewerException
屬性
名稱 | 描述 | |
---|---|---|
Data | (繼承自 Exception。) |
|
HelpLink | (繼承自 Exception。) |
|
InnerException | (繼承自 Exception。) |
|
Message | (繼承自 Exception。) |
|
Source | (繼承自 Exception。) |
|
StackTrace | (繼承自 Exception。) |
|
TargetSite | (繼承自 Exception。) |
方法
名稱 | 描述 | |
---|---|---|
Equals(Object) | (繼承自 Object。) |
|
GetBaseException() | (繼承自 Exception。) |
|
GetHashCode() | (繼承自 Object。) |
|
GetObjectData(SerializationInfo, StreamingContext) | (繼承自 Exception。) |
|
GetType() | (繼承自 Exception。) |
|
ToString() | (繼承自 Exception。) |
執行緒安全
這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
Microsoft.Reporting.WinForms 命名空間
回到頁首