TransferException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) | |
TransferException(String) |