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


Конструктор ResultTypeNotSupportedEnumeratorException (String, Exception)

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Sub New ( _
    msg As String, _
    e As Exception _
)
'Применение
Dim msg As String 
Dim e As Exception 

Dim instance As New ResultTypeNotSupportedEnumeratorException(msg, e)
public ResultTypeNotSupportedEnumeratorException(
    string msg,
    Exception e
)
public:
ResultTypeNotSupportedEnumeratorException(
    String^ msg, 
    Exception^ e
)
new : 
        msg:string * 
        e:Exception -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
    msg : String, 
    e : Exception
)

Параметры

  • msg
    Тип: System.String
    A String value that specifies the message string for the Result Type Not Supported Enumerator Exception.
  • e
    Тип: System.Exception
    An object that specifies the exception for the Result Type Not Supported Enumerator Exception.

См. также

Справочник

ResultTypeNotSupportedEnumeratorException Класс

Перегрузка ResultTypeNotSupportedEnumeratorException

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