ExceptionSet コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
アプリケーションの実行中に発生したエラーです。