ActionHandlerNotFoundException 类

定义

在找不到处理程序对象时表示异常。

public ref class ActionHandlerNotFoundException : Exception
[System.Serializable]
public class ActionHandlerNotFoundException : Exception
[<System.Serializable>]
type ActionHandlerNotFoundException = class
    inherit Exception
Public Class ActionHandlerNotFoundException
Inherits Exception
继承
ActionHandlerNotFoundException
属性

构造函数

ActionHandlerNotFoundException()

使用默认属性值初始化 ActionHandlerNotFoundException 类的新实例。

ActionHandlerNotFoundException(String)

使用指定的操作处理程序初始化 ActionHandlerNotFoundException 类的新实例。

适用于