MissingDataSourceException 類別

 

發佈時間: 2016年4月

代表在尚未提供報表預期的資料來源時,所發生的錯誤。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

繼承階層架構

System.Object
  System.Exception
    Microsoft.Reporting.WinForms.ReportViewerException
      Microsoft.Reporting.WinForms.MissingDataSourceException

語法

[SerializableAttribute]
public sealed class MissingDataSourceException : ReportViewerException
[SerializableAttribute]
public ref class MissingDataSourceException sealed : ReportViewerException
[<Sealed>]
[<SerializableAttribute>]
type MissingDataSourceException = 
    class
        inherit ReportViewerException
    end
<SerializableAttribute>
Public NotInheritable Class MissingDataSourceException
    Inherits ReportViewerException

屬性

名稱 描述
System_CAPS_pubproperty Data

(繼承自 Exception。)

System_CAPS_pubproperty HelpLink

(繼承自 Exception。)

System_CAPS_pubproperty InnerException

(繼承自 Exception。)

System_CAPS_pubproperty Message

(繼承自 Exception。)

System_CAPS_pubproperty Source

(繼承自 Exception。)

System_CAPS_pubproperty StackTrace

(繼承自 Exception。)

System_CAPS_pubproperty TargetSite

(繼承自 Exception。)

方法

名稱 描述
System_CAPS_pubmethod Equals(Object)

(繼承自 Object。)

System_CAPS_pubmethod GetBaseException()

(繼承自 Exception。)

System_CAPS_pubmethod GetHashCode()

(繼承自 Object。)

System_CAPS_pubmethod GetObjectData(SerializationInfo, StreamingContext)

(繼承自 Exception。)

System_CAPS_pubmethod GetType()

(繼承自 Exception。)

System_CAPS_pubmethod ToString()

(繼承自 Exception。)

執行緒安全

這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

Microsoft.Reporting.WinForms 命名空間

回到頁首