System::Runtime::InteropServices::Marshal::GetHRForException Methode

Marshal::GetHRForException method

Liest HResult aus einer Ausnahme.

static int32_t System::Runtime::InteropServices::Marshal::GetHRForException(const System::Exception &exc)
ParameterTypBeschreibung
excconst System::Exception&Exception um das HResult zu erhalten.

ReturnValue

HResult-Wert.

Siehe auch