Partager via


ExceptionDispatchInfo.SetCurrentStackTrace(Exception) Méthode

Définition

Stocke la trace actuelle dans l’instance Exception spécifiée.

public:
 static Exception ^ SetCurrentStackTrace(Exception ^ source);
public static Exception SetCurrentStackTrace (Exception source);
static member SetCurrentStackTrace : Exception -> Exception
Public Shared Function SetCurrentStackTrace (source As Exception) As Exception

Paramètres

source
Exception

Exception unthrown.

Retours

Instance d’exception source avec la trace incluse.

Exceptions

L’argument source avait la valeur null.

L’argument source a été précédemment levée ou avait précédemment une trace de pile stockée dans celui-ci.

S’applique à