ErrorObject.Explicit(ErrorObject to Exception) Operatore

Definizione

Converte un valore ErrorObject in un oggetto Exception, in modo esplicito.

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

Parametri

err
ErrorObject

Oggetto da convertire.

Restituisce

Valore ErrorObject convertito.

Si applica a

Vedi anche