ActionNotFoundException Class

Definition

Represents an exception when the handler object is not found.

public ref class ActionNotFoundException : Exception
[System.Serializable]
public class ActionNotFoundException : Exception
[<System.Serializable>]
type ActionNotFoundException = class
    inherit Exception
Public Class ActionNotFoundException
Inherits Exception
Inheritance
ActionNotFoundException
Attributes

Constructors

ActionNotFoundException()

Initializes a new instance of the ActionNotFoundException class with the default property values.

ActionNotFoundException(String)

Initializes a new instance of the ActionNotFoundException class with the name of the action specified.

Applies to