|
CsvDownloadHandlerLogExceptionHandler Field
|
Defines any exception handler for any thrown exceptions.
Namespace: GSF.Web.Model.HandlersAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.246-beta
Syntaxpublic static Action<Exception> LogExceptionHandler
Public Shared LogExceptionHandler As Action(Of Exception)
public:
static Action<Exception^>^ LogExceptionHandler
static val mutable LogExceptionHandler: Action<Exception>
var GSF.Web.Model.Handlers.CsvDownloadHandler.LogExceptionHandler
View SourceField Value
ActionException
See Also