IStateManager.ExceptionRaised 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.
Overloads
ExceptionRaised() | |
ExceptionRaised(Exception) |
ExceptionRaised()
public:
void ExceptionRaised();
public void ExceptionRaised ();
abstract member ExceptionRaised : unit -> unit
Public Sub ExceptionRaised ()
Applies to
ExceptionRaised(Exception)
public:
void ExceptionRaised(Exception ^ e);
public void ExceptionRaised (Exception e);
abstract member ExceptionRaised : Exception -> unit
Public Sub ExceptionRaised (e As Exception)