ExceptionSet 建構函式

定義

ExceptionSet 類別的新執行個體初始化。

多載

ExceptionSet()

使用預設屬性值,初始化 ExceptionSet 類別的新執行個體。

ExceptionSet(IEnumerable<Exception>)

初始化具有指定的例外狀況之 ExceptionSet 類別的新執行個體。

ExceptionSet()

使用預設屬性值,初始化 ExceptionSet 類別的新執行個體。

public:
 ExceptionSet();
public ExceptionSet ();
Public Sub New ()

適用於

ExceptionSet(IEnumerable<Exception>)

初始化具有指定的例外狀況之 ExceptionSet 類別的新執行個體。

public:
 ExceptionSet(System::Collections::Generic::IEnumerable<Exception ^> ^ exceptions);
public ExceptionSet (System.Collections.Generic.IEnumerable<Exception> exceptions);
new Microsoft.SqlServer.Management.Data.ExceptionSet : seq<Exception> -> Microsoft.SqlServer.Management.Data.ExceptionSet
Public Sub New (exceptions As IEnumerable(Of Exception))

參數

exceptions
IEnumerable<Exception>

應用程式執行期間發生的錯誤。

適用於