AccessDeniedException Constructor (String)

Constructs a new instance of the class with a message string.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New AccessDeniedException(message)
public AccessDeniedException(
    string message
)

Parameters

See Also

Reference

AccessDeniedException Class

AccessDeniedException Members

AccessDeniedException Overload

Microsoft.BusinessData.Infrastructure Namespace