Hi,
I testing the RadAjaxManager version 2008.2.1001.35 and have the folow problem:
When I cause a Exception, this exception don't is showed for my client. If I turn off the AjaxManager, the error appear, if I turn on, the exception don't show.
Here a short sample of my test:
Exception with RadAjaxManager enabled:
Exception with
I testing the RadAjaxManager version 2008.2.1001.35 and have the folow problem:
When I cause a Exception, this exception don't is showed for my client. If I turn off the AjaxManager, the error appear, if I turn on, the exception don't show.
Here a short sample of my test:
| public partial class _Default : System.Web.UI.Page |
| { |
| protected void Page_Load(object sender, EventArgs e) |
| { |
| } |
| protected void Button1_Click(object sender, EventArgs e) |
| { |
| throw new Exception("Erro aqui"); |
| } |
| } |
Exception with RadAjaxManager enabled:
| [Exception... "'Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Erro aqui' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "JS frame :: chrome://firebug/content/spy.js :: onHTTPSpyReadyStateChange :: line 497" data: no] |
| http://localhost:2296/ScriptResource.axd?d=1GY4RXHYwBwgKWzh2AM6bUDkaYg5j8XpWH_s9iPzAysRQSXCRcmHBSLn7X8KRD15vb_BkPhMpI8wtG864MygjTVbihyBlzvoYm32GnlMsw81&t=ffffffff81a68333 |
| Line 6391 |
Exception with
| Erro aqui |
| Descrição: Ocorreu uma exceção não tratada durante a execução da atual solicitação da Web. Examine o rastreamento de pilha para obter mais informações sobre o erro e onde foi originado no código. |
| Detalhes da Exceção: System.Exception: Erro aqui |
| Erro de Origem: |
| Linha 17: protected void Button1_Click(object sender, EventArgs e) |
| Linha 18: { |
| Linha 19: throw new Exception("Erro aqui"); |
| Linha 20: } |
| Linha 21: } |
| Arquivo de Origem: D:\Pessoal\MeusDocumentos\Visual Studio 2008\Projects\WebApplication2\WebApplication2\Default.aspx.cs Linha: 19 |