TransferException Class

Definition

This is the exception that will be thrown by the transfer operation

[System.Serializable]
public class TransferException : Microsoft.SqlServer.Management.Common.SqlServerManagementException
[<System.Serializable>]
type TransferException = class
    inherit SqlServerManagementException
Public Class TransferException
Inherits SqlServerManagementException
Inheritance
Attributes

Constructors

TransferException()
TransferException(SerializationInfo, StreamingContext)
TransferException(String)
TransferException(String, Exception)

Applies to