다음을 통해 공유


IStateManager.ExceptionRaised 메서드

정의

오버로드

ExceptionRaised()
ExceptionRaised(Exception)

ExceptionRaised()

public:
 void ExceptionRaised();
public void ExceptionRaised ();
abstract member ExceptionRaised : unit -> unit
Public Sub ExceptionRaised ()

적용 대상

ExceptionRaised(Exception)

public:
 void ExceptionRaised(Exception ^ e);
public void ExceptionRaised (Exception e);
abstract member ExceptionRaised : Exception -> unit
Public Sub ExceptionRaised (e As Exception)

매개 변수

적용 대상