共用方式為


SPDataSourceMigratorException class

代表之資料來源的遷移期間發生例外狀況。

Inheritance hierarchy

System.Object
  System.Exception
    Microsoft.SharePoint.Upgrade.SPDataSourceMigratorException

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDataSourceMigratorException _
    Inherits Exception
'用途
Dim instance As SPDataSourceMigratorException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDataSourceMigratorException : Exception

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPDataSourceMigratorException members

Microsoft.SharePoint.Upgrade namespace