Partilhar via


Construtor UnsupportedObjectTypeException (String, String)

Initializes a new instance of the UnsupportedObjectTypeException class that has the specified object type and host.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Sub New ( _
    typeName As String, _
    host As String _
)
'Uso
Dim typeName As String 
Dim host As String 

Dim instance As New UnsupportedObjectTypeException(typeName, _
    host)
public UnsupportedObjectTypeException(
    string typeName,
    string host
)
public:
UnsupportedObjectTypeException(
    String^ typeName, 
    String^ host
)
new : 
        typeName:string * 
        host:string -> UnsupportedObjectTypeException
public function UnsupportedObjectTypeException(
    typeName : String, 
    host : String
)

Parâmetros

  • typeName
    Tipo: System.String
    A String value that specifies the type of object that is not supported.
  • host
    Tipo: System.String
    A String that specifies the name of the host that is associated with the unsupported object.

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência

UnsupportedObjectTypeException Classe

Sobrecarregado UnsupportedObjectTypeException

Namespace Microsoft.SqlServer.Management.Dmf