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


TransferException Constructor (String)

Initializes a new instance of the TransferException class with the specified message text.

Пространство имен: Microsoft.SqlServer.Management.Common
Сборка: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    message As String _
)
public TransferException (
    string message
)
public:
TransferException (
    String^ message
)
public TransferException (
    String message
)
public function TransferException (
    message : String
)

Параметры

  • message
    A String value that specifies the message text describing the event that caused the exception.

Замечания

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TransferException Class
TransferException Members
Microsoft.SqlServer.Management.Common Namespace