BusinessLogic.Exceptions.DuplicateKeyException.DuplicateKeyException C# (CSharp) Метод

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

public DuplicateKeyException ( string message ) : System.Net
message string
Результат System.Net
        public DuplicateKeyException(string message) : base(message, HttpStatusCode.Conflict)
        {

        }
    }
DuplicateKeyException