Leadtools.Barcode名前空間 > BarcodeExceptionクラス > BarcodeExceptionコンストラクタ :BarcodeExceptionコンストラクタ(String、例外) |
'Usage
Dim message As String Dim inner As Exception Dim instance As New BarcodeException(message, inner)
public BarcodeException(
String message,
RuntimeException inner
)
public: BarcodeException( String^ message, Exception^ inner )
このコンストラクタは、BarcodeExceptionCode.InvalidTypeにメッセージとCodeプロパティセットにMessageプロパティセットで新しいBarcodeExceptionクラスを初期化します。