Taijutsu.Domain.NotUniqueException.NotUniqueException C# (CSharp) Méthode

NotUniqueException() public méthode

public NotUniqueException ( object id, Type type, Exception innnerException = null ) : System
id object
type System.Type
innnerException System.Exception
Résultat 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