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>

アプリケーションの実行中に発生したエラーです。

適用対象