Domande taggate «unhandled-exception»

6
Che cos'è un rifiuto di promessa non gestita?
Per l'apprendimento di Angular 2, sto provando il loro tutorial. Ricevo un errore come questo: (node:4796) UnhandledPromiseRejectionWarning: Unhandled promise rejection (r ejection id: 1): Error: spawn cmd ENOENT [1] (node:4796) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node. js …

3
Come trovare quali promesse non vengono gestite in Node.js UnhandledPromiseRejectionWarning?
Node.js dalla versione 7 ha asincrono / attendono lo zucchero sintattico per gestire le promesse e ora nel mio codice appare abbastanza spesso il seguente avviso: (node:11057) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): ReferenceError: Error: Can't set headers after they are sent. (node:11057) DeprecationWarning: Unhandled promise rejections are deprecated. …


2
Perché UnhandledExceptionEventArgs.ExceptionObject è un oggetto e non un'eccezione?
Perché UnhandledExceptionEventArgs.ExceptionObjectun oggetto e non un Exception? Mi sto attaccando a AppDomain.UnhandledException. Vorrei getto UnhandledExceptionEventArgs.ExceptionObjectad una Exceptione interogate esso. E con questo in mente sarà mai nullo? La documentazione MSDN non è estremamente utile. Ottiene l'oggetto eccezione non gestita.


5
intercetta tutte le eccezioni non gestite in ASP.NET Web Api
Come faccio a rilevare tutte le eccezioni non gestite che si verificano in ASP.NET Web Api in modo da poterle registrare? Finora ho provato: Crea e registra un file ExceptionHandlingAttribute Implementa un Application_Errormetodo inGlobal.asax.cs Iscriviti a AppDomain.CurrentDomain.UnhandledException Iscriviti a TaskScheduler.UnobservedTaskException La ExceptionHandlingAttributegestisce con successo le eccezioni che vengono gettati all'interno …


Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.