ActionHandlerNotFoundException Class

Definition

Represents an exception when the handler object is not found.

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

Constructors

ActionHandlerNotFoundException()

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

ActionHandlerNotFoundException(String)

Initializes a new instance of the ActionHandlerNotFoundException class with the specified action handler.

Applies to