Jaa


UnknownTypeEnumeratorException Constructor (String)

Initializes a new instance of the UnknownTypeEnumeratorException class for the specified type.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)

Syntax

'Declaration
Public Sub New ( _
    typeName As String _
)
public UnknownTypeEnumeratorException (
    string typeName
)
public:
UnknownTypeEnumeratorException (
    String^ typeName
)
public UnknownTypeEnumeratorException (
    String typeName
)
public function UnknownTypeEnumeratorException (
    typeName : String
)

Parameters

  • typeName
    A String value that specifies the name of the unknown type.

Remarks

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

Example

How to: Catch an Exception in Visual Basic .NET

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

UnknownTypeEnumeratorException Class
UnknownTypeEnumeratorException Members
Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Handling SMO Exceptions