C# Class BusinessLogic.Exceptions.UnauthorizedEntityAccessException

Inheritance: ApiFriendlyException
Mostra file Open project: NemeStats/NemeStats Class Usage Examples

Public Methods

Method Description
UnauthorizedEntityAccessException ( string userId, Type entityType, object entityId ) : System

Method Details

UnauthorizedEntityAccessException() public method

public UnauthorizedEntityAccessException ( string userId, Type entityType, object entityId ) : System
userId string
entityType System.Type
entityId object
return System