Конструктор UnknownTypeEnumeratorException (String, Exception)
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
typeName As String, _
innerException As Exception _
)
'Применение
Dim typeName As String
Dim innerException As Exception
Dim instance As New UnknownTypeEnumeratorException(typeName, _
innerException)
public UnknownTypeEnumeratorException(
string typeName,
Exception innerException
)
public:
UnknownTypeEnumeratorException(
String^ typeName,
Exception^ innerException
)
new :
typeName:string *
innerException:Exception -> UnknownTypeEnumeratorException
public function UnknownTypeEnumeratorException(
typeName : String,
innerException : Exception
)
Параметры
- typeName
Тип: System.String
A string that specifies the type name.
- innerException
Тип: System.Exception
Represents the current exception.
См. также
Справочник
UnknownTypeEnumeratorException Класс