ExpressionTypeMistmatchException Class

Definition

This exception gets thrown when operator's arguments have incompatible types

public sealed class ExpressionTypeMistmatchException : Microsoft.SqlServer.Management.Dmf.DmfException
type ExpressionTypeMistmatchException = class
    inherit DmfException
Public NotInheritable Class ExpressionTypeMistmatchException
Inherits DmfException
Inheritance
ExpressionTypeMistmatchException

Constructors

ExpressionTypeMistmatchException()

Base constructor

ExpressionTypeMistmatchException(String)

Base constructor

ExpressionTypeMistmatchException(String, Exception)

Base constructor

ExpressionTypeMistmatchException(String, String)

Constructor

Properties

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

TypeLeft

Left operand type name

TypeRight

Right operand type name

Methods

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to