InvalidCommandTreeException 类

定义

引发 以指示命令树无效。

[System.Serializable]
public sealed class InvalidCommandTreeException : System.Data.DataException
type InvalidCommandTreeException = class
    inherit DataException
Public NotInheritable Class InvalidCommandTreeException
Inherits DataException
继承
InvalidCommandTreeException
属性

构造函数

InvalidCommandTreeException()

使用默认消息初始化 InvalidCommandTreeException 类的新实例。

InvalidCommandTreeException(String)

使用指定的消息初始化 InvalidCommandTreeException 类的新实例。

InvalidCommandTreeException(String, Exception)

使用指定的消息和内部异常初始化 InvalidCommandTreeException 类的新实例。

适用于