Document of c-modernization-kit (calc dotnet wrapper) 1.0.0
Loading...
Searching...
No Matches
CalcLib.CalcException Class Reference

計算演算が失敗した際にスローされる例外。 More...

Inheritance diagram for CalcLib.CalcException:
Collaboration diagram for CalcLib.CalcException:

Public Member Functions

 CalcException (int errorCode, string message)
 CalcException クラスの新しいインスタンスを初期化します。
 CalcException (int errorCode, string message, Exception innerException)
 CalcException クラスの新しいインスタンスを初期化します。

Properties

int ErrorCode [get]
 ネイティブライブラリから返されたエラーコードを取得します。

Detailed Description

計算演算が失敗した際にスローされる例外。

Definition at line 26 of file CalcException.cs.

Constructor & Destructor Documentation

◆ CalcException() [1/2]

CalcLib.CalcException.CalcException ( int errorCode,
string message )
inline

CalcException クラスの新しいインスタンスを初期化します。

Parameters
errorCodeネイティブライブラリから返されたエラーコード。
message失敗を説明するエラーメッセージ。

Definition at line 38 of file CalcException.cs.

References ErrorCode.

◆ CalcException() [2/2]

CalcLib.CalcException.CalcException ( int errorCode,
string message,
Exception innerException )
inline

CalcException クラスの新しいインスタンスを初期化します。

Parameters
errorCodeネイティブライブラリから返されたエラーコード。
message失敗を説明するエラーメッセージ。
innerExceptionこの例外の原因となった例外。

Definition at line 50 of file CalcException.cs.

References ErrorCode.

Property Documentation

◆ ErrorCode

int CalcLib.CalcException.ErrorCode
get

ネイティブライブラリから返されたエラーコードを取得します。

Definition at line 31 of file CalcException.cs.

Referenced by CalcException(), and CalcException().


The documentation for this class was generated from the following file: