BaseInterceptor.OnServiceLevelException Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- scopes
- String[]
- trackData
- Stream
- isThrownFromDefaultHandler
- Boolean