MethodResponse.Exception Propriété

Définition

Obtient l'exception levée pendant l'appel de méthode, ou null si la méthode n'a pas levé d'exception.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
public Exception Exception { [System.Security.SecurityCritical] get; }
member this.Exception : Exception
[<get: System.Security.SecurityCritical>]
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

Valeur de propriété

Exception levé pendant l'appel de méthode, ou null si la méthode n'a pas levé d'exception.

Implémente

Attributs

Remarques

La méthode appartient à un objet distant.

S’applique à