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