ActionHandlerNotFoundException Classe

Definição

Representa uma exceção quando o objeto handler não é encontrado.

public ref class ActionHandlerNotFoundException : Exception
[System.Serializable]
public class ActionHandlerNotFoundException : Exception
[<System.Serializable>]
type ActionHandlerNotFoundException = class
    inherit Exception
Public Class ActionHandlerNotFoundException
Inherits Exception
Herança
ActionHandlerNotFoundException
Atributos

Construtores

Nome Description
ActionHandlerNotFoundException()

Inicializa uma nova instância da ActionHandlerNotFoundException classe com os valores padrão das propriedades.

ActionHandlerNotFoundException(String)

Inicializa uma nova instância da ActionHandlerNotFoundException classe com o manipulador de ações especificado.

Aplica-se a