OperatorNotApplicableException Class

Definition

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

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

Constructors

OperatorNotApplicableException()

Base constructor

OperatorNotApplicableException(String)

Base constructor

OperatorNotApplicableException(String, Exception)

Base constructor

OperatorNotApplicableException(String, String)

Constructor

Properties

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

Operator

Operator name

Type

Type name

Methods

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to