Partager via


Classe TransferException

The TransferException class is an exception that is raised when a SQL Server transfer error is encountered on the connection to the server.

Espace de noms :  Microsoft.SqlServer.Management.Common
Assembly :  Microsoft.SqlServer.ConnectionInfo (dans Microsoft.SqlServer.ConnectionInfo.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class TransferException _
    Inherits SqlServerManagementException
'Utilisation
Dim instance As TransferException
[SerializableAttribute]
public class TransferException : SqlServerManagementException
[SerializableAttribute]
public ref class TransferException : public SqlServerManagementException
[<SerializableAttribute>]
type TransferException =  
    class
        inherit SqlServerManagementException
    end
public class TransferException extends SqlServerManagementException

Notes

Thread Safety

Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme sûrs.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Common..::..TransferException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.