BaseInterceptor.OnServiceLevelException Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- scopes
- String[]
- trackData
- Stream
- isThrownFromDefaultHandler
- Boolean