TransferException Class

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

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class TransferException _
    Inherits SqlServerManagementException
'Usage
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

Remarks

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.