ExceptionDetail(Exception) コンストラクター

定義

例外から ExceptionDetail クラスの新しいインスタンスを初期化します。

public:
 ExceptionDetail(Exception ^ exception);
public ExceptionDetail (Exception exception);
new System.ServiceModel.ExceptionDetail : Exception -> System.ServiceModel.ExceptionDetail
Public Sub New (exception As Exception)

パラメーター

exception
Exception

ExceptionDetail オブジェクトとしてシリアル化される例外。

例外

exception パラメーターが null です。

注釈

ヘルプ リンク、メッセージ、スタック トレース、および型名情報が抽出され、ExceptionDetail 内の同等のプロパティに追加されます。

適用対象