InvalidCommandTreeException Class

Definition

Thrown to indicate that a command tree is invalid.

[System.Serializable]
public sealed class InvalidCommandTreeException : System.Data.DataException
type InvalidCommandTreeException = class
    inherit DataException
Public NotInheritable Class InvalidCommandTreeException
Inherits DataException
Inheritance
InvalidCommandTreeException
Attributes

Constructors

InvalidCommandTreeException()

Initializes a new instance of the InvalidCommandTreeException class with a default message.

InvalidCommandTreeException(String)

Initializes a new instance of the InvalidCommandTreeException class with the specified message.

InvalidCommandTreeException(String, Exception)

Initializes a new instance of the InvalidCommandTreeException class with the specified message and inner exception.

Applies to