ActionNotFoundException 클래스

정의

처리기 개체를 찾을 수 없을 때의 예외를 나타냅니다.

public ref class ActionNotFoundException : Exception
[System.Serializable]
public class ActionNotFoundException : Exception
[<System.Serializable>]
type ActionNotFoundException = class
    inherit Exception
Public Class ActionNotFoundException
Inherits Exception
상속
ActionNotFoundException
특성

생성자

ActionNotFoundException()

기본 속성 값을 사용하여 ActionNotFoundException 클래스의 새 인스턴스를 초기화합니다.

ActionNotFoundException(String)

지정한 동작 이름을 사용하여 ActionNotFoundException 클래스의 새 인스턴스를 초기화합니다.

적용 대상