Affecto.Authentication.Claims.InsufficientPermissionsException.InsufficientPermissionsException C# (CSharp) Метод

InsufficientPermissionsException() публичный Метод

public InsufficientPermissionsException ( string permission ) : System
permission string
Результат System
        public InsufficientPermissionsException(string permission)
        {
            Permission = permission;
        }
    }
InsufficientPermissionsException