共用方式為


TransferJobsTask.DtsTransferJobsException 類別

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.TransferJobsTask
組件:  Microsoft.SqlServer.TransferJobsTask (在 Microsoft.SqlServer.TransferJobsTask.dll 中)

語法

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

繼承階層

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferJobsTask..::..TransferJobsTask..::..DtsTransferJobsException

執行緒安全性

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