AccessDeniedException - Constructeur (String, Exception, Type, String, IExceptionHelper)
Crée une exception avec un message décrivant le refus d'accès, ainsi que l'et, le type d'objet et le nom de l'objet impliqué. Accepte également une exception interne indiquant la raison.
Espace de noms : Microsoft.BusinessData.Infrastructure
Assembly : Microsoft.BusinessData (dans Microsoft.BusinessData.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
inner As Exception, _
securableObjectType As Type, _
securableObjectName As String, _
exh As IExceptionHelper _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim securableObjectType As Type
Dim securableObjectName As String
Dim exh As IExceptionHelper
Dim instance As New AccessDeniedException(message, _
inner, securableObjectType, securableObjectName, _
exh)
public AccessDeniedException(
string message,
Exception inner,
Type securableObjectType,
string securableObjectName,
IExceptionHelper exh
)
Paramètres
message
Type : System.StringLa chaîne du message.
inner
Type : System.ExceptionException interne qui a provoqué cette exception.
securableObjectType
Type : System.TypeType d'objet sécurisables.
securableObjectName
Type : System.StringLe nom des objets sécurisables.
exh
Type : Microsoft.BusinessData.Infrastructure.IExceptionHelperAssistance de l'exception d'aide à la localisation.
Voir aussi
Référence
AccessDeniedException - Membres