Поделиться через


Конструктор RestartPendingException<T> (String, T, T)

Initializes a new instance of the RestartPendingException class that has the specified property and its configuration and run values.

Пространство имен:  Microsoft.SqlServer.Management.Dmf
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Sub New ( _
    propertyName As String, _
    configValue As T, _
    runValue As T _
)
'Применение
Dim propertyName As String 
Dim configValue As T
Dim runValue As T

Dim instance As New RestartPendingException(propertyName, _
    configValue, runValue)
public RestartPendingException(
    string propertyName,
    T configValue,
    T runValue
)
public:
RestartPendingException(
    String^ propertyName, 
    T configValue, 
    T runValue
)
new : 
        propertyName:string * 
        configValue:'T * 
        runValue:'T -> RestartPendingException
public function RestartPendingException(
    propertyName : String, 
    configValue : T, 
    runValue : T
)

Параметры

  • configValue
    Тип: T
    A String value that specifies the configuration value of the property.
  • runValue
    Тип: T
    A String value that specifies the run value of the property.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Примеры

Обработка исключений SMO

См. также

Справочник

RestartPendingException<T> Класс

Перегрузка RestartPendingException<T>

Пространство имен Microsoft.SqlServer.Management.Dmf