ITrackInterceptor.OnServiceLevelException(Exception, String[], Stream, Boolean) 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:
void OnServiceLevelException(Exception ^ e, cli::array <System::String ^> ^ scopes, System::IO::Stream ^ trackData, bool isThrownFromDefaultHandler);
public void OnServiceLevelException (Exception e, string[] scopes, System.IO.Stream trackData, bool isThrownFromDefaultHandler);
abstract member OnServiceLevelException : Exception * string[] * System.IO.Stream * bool -> unit
Public Sub OnServiceLevelException (e As Exception, scopes As String(), trackData As Stream, isThrownFromDefaultHandler As Boolean)
Parameters
- scopes
- String[]
- trackData
- Stream
- isThrownFromDefaultHandler
- Boolean