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.
Creates and returns a string representation of the current exception object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As AppPackageValidationException
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return value
Type: System.String
The string representation of the current exception object.
Implements
See also
Reference
AppPackageValidationException class