'宣言 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 ブロックで生成されました。