TransferDatabaseTask.DtsTransferDBException 類別

The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
組件:  Microsoft.SqlServer.TransferDatabasesTask (在 Microsoft.SqlServer.TransferDatabasesTask.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Class DtsTransferDBException _
    Inherits Exception
'用途
Dim instance As TransferDatabaseTask.DtsTransferDBException
[SerializableAttribute]
public class DtsTransferDBException : Exception
[SerializableAttribute]
public ref class DtsTransferDBException : public Exception
[<SerializableAttribute>]
type DtsTransferDBException =  
    class
        inherit Exception
    end
public class DtsTransferDBException extends Exception

繼承階層

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask..::..TransferDatabaseTask..::..DtsTransferDBException

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。