ErrorObject.Explicit(ErrorObject to Exception) Operatör

Tanım

bir ErrorObject öğesini açıkça öğesine Exceptiondönüştürür.

public:
 static explicit operator Exception ^(Microsoft::JScript::ErrorObject ^ err);
public static explicit operator Exception(Microsoft.JScript.ErrorObject err);
static member op_Explicit : Microsoft.JScript.ErrorObject -> Exception
Public Shared Narrowing Operator CType (err As ErrorObject) As Exception

Parametreler

err
ErrorObject

Dönüştürülecek nesne.

Döndürülenler

Dönüştürülen ErrorObject.

Şunlara uygulanır

Ayrıca bkz.