RestartPendingException<T> Class

Definition

This exception gets thrown when value specified for a string property is longer than maximum length for that property

[System.Serializable]
public sealed class RestartPendingException<T> : Microsoft.SqlServer.Management.Dmf.RestartPendingException
[<System.Serializable>]
type RestartPendingException<'T> = class
    inherit RestartPendingException
Public NotInheritable Class RestartPendingException(Of T)
Inherits RestartPendingException

Type Parameters

T
Inheritance
Attributes

Constructors

RestartPendingException<T>()

Base constructor

RestartPendingException<T>(String)

Base constructor

RestartPendingException<T>(String, Exception)

Base constructor

RestartPendingException<T>(String, T, T)

Constructor

Properties

ConfigValue
DmfExceptionType

Exception Type

HelpLink

will output a link to the help web site

(Inherited from DmfException)
Message

Message

PropertyName

NodeType name

RunValue

Methods

GetObjectData(SerializationInfo, StreamingContext)

Serialization helper

Init()

Initializes instance properties

(Inherited from DmfException)
SetHelpContext(String)

Sets Help Context

(Inherited from DmfException)

Applies to