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 类的新实例。

适用于