System::Runtime::InteropServices::Marshal::GetHRForException yöntemi

Marshal::GetHRForException method

İstisna üzerinden HResult değerini alır.

static int32_t System::Runtime::InteropServices::Marshal::GetHRForException(const System::Exception &exc)
ParameterTypeAçıklama
excconst System::Exception&HResult almak için Exception.

ReturnValue

HResult değeri.

Ayrıca Bakınız