Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the exception type and content.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ExceptionDetails As String
Get
Set
'Usage
Dim instance As SPClientServiceActionUsageEntry
Dim value As String
value = instance.ExceptionDetails
instance.ExceptionDetails = value
public string ExceptionDetails { get; set; }
Property value
Type: System.String
See also
Reference
SPClientServiceActionUsageEntry class