BaseInterceptor.OnServiceLevelException Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
abstract void OnServiceLevelException(Exception ^ e, cli::array <System::String ^> ^ scopes, System::IO::Stream ^ trackData, bool isThrownFromDefaultHandler);
public abstract void OnServiceLevelException (Exception e, string[] scopes, System.IO.Stream trackData, bool isThrownFromDefaultHandler);
abstract member OnServiceLevelException : Exception * string[] * System.IO.Stream * bool -> unit
Public MustOverride Sub OnServiceLevelException (e As Exception, scopes As String(), trackData As Stream, isThrownFromDefaultHandler As Boolean)
Paramètres
- scopes
- String[]
- trackData
- Stream
- isThrownFromDefaultHandler
- Boolean