FunctionWrongReturnTypeException Class

Definition

This exception gets thrown when function specifies a return value of unexpected type

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

Constructors

FunctionWrongReturnTypeException()

Base constructor

FunctionWrongReturnTypeException(String)

Base constructor

FunctionWrongReturnTypeException(String, Exception)

Base constructor

FunctionWrongReturnTypeException(String, String, String)

Constructor

Properties

DmfExceptionType

Exception Type

ExpectedType

Expected type name

FunctionName

Function Name

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

ReceivedType

Received type name

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to