Share via


PackageFormatException.ToString method

Creates and returns a string representation of the current exception object.

Namespace:  Microsoft.Office.BusinessData.Parser
Assembly:  Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)

Syntax

'Declaration
<FileIOPermissionAttribute(SecurityAction.Assert, Unrestricted := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As PackageFormatException
Dim returnValue As String

returnValue = instance.ToString()
[FileIOPermissionAttribute(SecurityAction.Assert, Unrestricted = true)]
public override string ToString()

Return value

Type: System.String
The string representation of the current exception object.

See also

Reference

PackageFormatException class

PackageFormatException members

Microsoft.Office.BusinessData.Parser namespace