SPPrincipalManagementException.Detail property
取得與這個例外狀況關聯的詳細資料。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Detail As SPPrincipalManagementExceptionDetail
Get
'用途
Dim instance As SPPrincipalManagementException
Dim value As SPPrincipalManagementExceptionDetail
value = instance.Detail
public SPPrincipalManagementExceptionDetail Detail { get; }
Property value
Type: Microsoft.SharePoint.SPPrincipalManagementExceptionDetail
與這個例外狀況關聯的詳細資料。
請參閱
參照
SPPrincipalManagementException class