BadExpressionTreeException Class

Definition

Run-time exception for ExpressionTree evaluation

[System.Serializable]
public sealed class BadExpressionTreeException : Microsoft.SqlServer.Management.Dmf.DmfException
[<System.Serializable>]
type BadExpressionTreeException = class
    inherit DmfException
Public NotInheritable Class BadExpressionTreeException
Inherits DmfException
Inheritance
Attributes

Constructors

BadExpressionTreeException()

Base constructor

BadExpressionTreeException(String)

Constructor

BadExpressionTreeException(String, Exception)

Base constructor

Properties

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

Reason

Deatiled message for exception

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to