計算エラー用のカスタム例外。
ネイティブ calc ライブラリで発生する計算エラー用の カスタム例外クラスを定義します。
c-modernization-kit sample team
1.0.0
2025/12/20
Copyright (C) CompanyName, Ltd. 2025. All rights reserved.
計算演算が失敗した際にスローされる例外。
CalcException ( int errorCode, string message )CalcException クラスの新しいインスタンスを初期化します。
CalcException ( int errorCode, string message, Exception innerException )CalcException クラスの新しいインスタンスを初期化します。
int ErrorCode;ネイティブライブラリから返されたエラーコードを取得します。