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.

Implements

_Exception.ToString()

See Also

Reference

PackageFormatException Class

PackageFormatException Members

Microsoft.Office.BusinessData.Parser Namespace