다음을 통해 공유


Service.ExceptionRaised 메서드

정의

오버로드

ExceptionRaised()
ExceptionRaised(Exception)

ExceptionRaised()

public:
 virtual void ExceptionRaised();
public void ExceptionRaised ();
abstract member ExceptionRaised : unit -> unit
override this.ExceptionRaised : unit -> unit
Public Sub ExceptionRaised ()

구현

적용 대상

ExceptionRaised(Exception)

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

매개 변수

구현

적용 대상