AccessDeniedException.ToString Method

Converts the exception object to a string.

Namespace:  Microsoft.BusinessData.Infrastructure
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As AccessDeniedException
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()

Return Value

Type: System.String
A string representing the object.

Implements

_Exception.ToString()

See Also

Reference

AccessDeniedException Class

AccessDeniedException Members

Microsoft.BusinessData.Infrastructure Namespace