RestartPendingException<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
RestartPendingException<T>
- Attributes
Constructors
RestartPendingException<T>() |
Base constructor |
RestartPendingException<T>(String, Exception) |
Base constructor |
RestartPendingException<T>(String, T, T) |
Constructor |
RestartPendingException<T>(String) |
Base 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) |