System::Runtime::InteropServices::Marshal::GetHRForException metod

Marshal::GetHRForException method

Hämtar HResult från undantag.

static int32_t System::Runtime::InteropServices::Marshal::GetHRForException(const System::Exception &exc)
ParameterTypeBeskrivning
excconst System::Exception&Exception för att hämta HResult för.

ReturnValue

HResult-värde.

Se även