BarCode for UWP/WinRT
BarCodeException コンストラクタ(String,Exception)

この例外の理由について説明するエラーメッセージ。
現在の例外の原因になった例外。innerException パラメータが null 参照でない場合、現在の例外は、内部の例外を処理した catch ブロックで生成されました。
指定されたエラーメッセージとこの例外の原因となった内部例外への参照を使用して、System.ApplicationException クラスの新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal message As System.String, _
   ByVal innerException As System.Exception _
)
public BarCodeException( 
   System.string message,
   System.Exception innerException
)

パラメータ

message
この例外の理由について説明するエラーメッセージ。
innerException
現在の例外の原因になった例外。innerException パラメータが null 参照でない場合、現在の例外は、内部の例外を処理した catch ブロックで生成されました。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

BarCodeException クラス
BarCodeException メンバ
オーバーロード一覧

Send Feedback