Events.FireServiceLevelException(Exception, Context, 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 FireServiceLevelException(Exception ^ ex, Microsoft::XLANGs::Core::Context ^ cxt, bool isThrownFromDefaultHandler);
public void FireServiceLevelException (Exception ex, Microsoft.XLANGs.Core.Context cxt, bool isThrownFromDefaultHandler);
member this.FireServiceLevelException : Exception * Microsoft.XLANGs.Core.Context * bool -> unit
Public Sub FireServiceLevelException (ex As Exception, cxt As Context, isThrownFromDefaultHandler As Boolean)
Parameters
- ex
- Exception
- cxt
- Context
- isThrownFromDefaultHandler
- Boolean