Taijutsu.Domain.NotUniqueException.NotUniqueException C# (CSharp) Method

NotUniqueException() public method

public NotUniqueException ( object id, Type type, Exception innnerException = null ) : System
id object
type System.Type
innnerException System.Exception
return System
        public NotUniqueException(object id, Type type, Exception innnerException = null) : this(id, (object)type, innnerException)
        {
        }

Same methods

NotUniqueException::NotUniqueException ( object id, object type, Exception innnerException = null ) : System
NotUniqueException::NotUniqueException ( string query, Type type, Exception innnerException = null ) : System
NotUniqueException::NotUniqueException ( string query, object type, Exception innnerException = null ) : System
NotUniqueException