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

Name Description
BadExpressionTreeException()

Base constructor

BadExpressionTreeException(String, Exception)

Base constructor

BadExpressionTreeException(String)

Constructor

Properties

Name Description
DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

Reason

Deatiled message for exception

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to