ErrorObject.Explicit(ErrorObject to Exception) Operator

Definition

Konverterar en ErrorObject till en Exception, explicit.

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

Parametrar

err
ErrorObject

Objektet som ska konverteras.

Returer

Den konverterade ErrorObject.

Gäller för

Se även