Share via


AccessDeniedException.Message Property

Returns the message "Access denied by BDC".

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Message As String
    Get
'Usage
Dim instance As AccessDeniedException
Dim value As String

value = instance.Message
public override string Message { get; }

Property Value

Type: System.String
A string containing "Access denied by BDC".

Implements

_Exception.Message

See Also

Reference

AccessDeniedException Class

AccessDeniedException Members

Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace