UnsupportedObjectTypeException Constructor (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 (in Microsoft.SqlServer.Dmf.dll)

Syntax

public UnsupportedObjectTypeException(
    string typeName,
    string host
)
public:
UnsupportedObjectTypeException(
    String^ typeName,
    String^ host
)
new : 
        typeName:string *
        host:string -> UnsupportedObjectTypeException
Public Sub New (
    typeName As String,
    host As String
)

Parameters

  • typeName
    Type: System.String

    A String value that specifies the type of object that is not supported.

  • host
    Type: System.String

    A String that specifies the name of the host that is associated with the unsupported object.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

UnsupportedObjectTypeException Overload
UnsupportedObjectTypeException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top