Composite.C1Console.Security.EntityToken.ThrowNotUniqueException C# (CSharp) Method

ThrowNotUniqueException() private method

private ThrowNotUniqueException ( ) : void
return void
        private void ThrowNotUniqueException()
        {
            throw new InvalidOperationException(string.Format("EntityTokens should be unique for the given element. The properties Type, Source and Id may not all be empty string. This is not the case for this type {0}", GetType()));
        }
    }