UnsupportedTypeException Class

Definition

This exception gets thrown when ExpressionNode deserialize encounters an unexpected xml-node

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

Constructors

UnsupportedTypeException()

Base constructor

UnsupportedTypeException(String)

Base constructor

UnsupportedTypeException(String, Exception)

Base constructor

UnsupportedTypeException(String, String)

Constructor

Properties

DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

NodeType

node type name

TypeName

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