C# Class BusinessLogic.Exceptions.UnauthorizedEntityAccessException

Inheritance: ApiFriendlyException
Afficher le fichier Open project: NemeStats/NemeStats Class Usage Examples

Méthodes publiques

Méthode Description
UnauthorizedEntityAccessException ( string userId, Type entityType, object entityId ) : System

Method Details

UnauthorizedEntityAccessException() public méthode

public UnauthorizedEntityAccessException ( string userId, Type entityType, object entityId ) : System
userId string
entityType System.Type
entityId object
Résultat System