Solucionando problemas de exceções: System.NET.HttpListenerException

Um HttpListenerException é lançada quando ocorre um erro processando uma solicitação de Hypertext Transfer Protocol.

Associated Tips

  • Make sure you are not attempting to register a URI prefix that is already registered.
    If the URI prefix is already registered, this exception will occur.

  • Make sure your HTTP request is valid.
    Essa exceção é lançada pela HttpListener classe e suas classes associadas quando ocorre um erro durante a inicialização do HttpListener ou ao criar ou enviar uma resposta a uma solicitação HTTP.

  • Se você estiver usando o HttpListenerPrefixCollection.Add método, certifique-se a uriPrefix não já foi adicionado.
    Essa exceção será lançada se outro HttpListener já adicionado o prefixo uriPrefix.

Consulte também

Tarefas

Como: Use o Assistente de exceção

Referência

HttpListenerException

HttpListener

HttpListenerPrefixCollection