System::Runtime::InteropServices::Marshal::GetHRForException メソッド

Marshal::GetHRForException method

例外から HResult を取得します。

static int32_t System::Runtime::InteropServices::Marshal::GetHRForException(const System::Exception &exc)
パラメーター説明
excconst System::Exception&HResult を取得するための Exception

ReturnValue

HResult の値。

参照