다음을 통해 공유


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.dll의 Microsoft.SqlServer.TransferDatabasesTask

구문

‘선언
<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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.