Home
last modified time | relevance | path

Searched defs:LogException (Results 1 – 21 of 21) sorted by relevance

/dports/devel/log4net/log4net-1.2.10/src/Core/
H A DLogException.cs39 public class LogException : ApplicationException class
51 public LogException() in LogException() method in log4net.Core.LogException
65 public LogException(String message) : base(message) in LogException() method in log4net.Core.LogException
80 public LogException(String message, Exception innerException) : base(message, innerException) in LogException() method in log4net.Core.LogException
100 protected LogException(SerializationInfo info, StreamingContext context) : base(info, context) in LogException() method in log4net.Core.LogException
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Profiler.Log/Mono.Profiler.Log/
H A DLogException.cs9 public sealed class LogException : Exception { class
11 public LogException (string message) in LogException() method in Mono.Profiler.Log.LogException
/dports/www/joomla3/joomla3-3.9.24/libraries/legacy/log/
H A Dlogexception.php20 class LogException extends RuntimeException class
/dports/devel/include-what-you-use/include-what-you-use-clang_11/tests/cxx/
H A Dcatch-logex.h14 inline void LogException(const ExceptionType&) { in LogException() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Hosting/src/Microsoft/Internal/
H A DThrowHelper.cs13 private static Exception LogException(Exception e) in LogException() method in Microsoft.Internal.ThrowHelper
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DDelete.cs93 void LogException (Exception ex) in LogException() method in Microsoft.Build.Tasks.Delete
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ApplicationServices/
H A DRoleService.cs104 private void LogException(Exception e) { in LogException() method in System.Web.ApplicationServices.RoleService
H A DProfileService.cs312 private void LogException(Exception e) { in LogException() method in System.Web.ApplicationServices.ProfileService
H A DAuthenticationService.cs189 private void LogException(Exception e) { in LogException() method in System.Web.ApplicationServices.AuthenticationService
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nearby/src/cpp/core/internal/
H A Dencryption_runner.cc186 void LogException() const { in LogException() function in location::nearby::connections::__anonb0aa9b330111::ServerRunnable
320 void LogException() const { in LogException() function in location::nearby::connections::__anonb0aa9b330111::ClientRunnable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/XamlBuildTask/Microsoft/Build/Tasks/Xaml/
H A DXamlBuildTaskServices.cs308 internal static void LogException(TaskLoggingHelper buildLogger, string message) in LogException() method in Microsoft.Build.Tasks.Xaml.XamlBuildTaskServices
313 …internal static void LogException(TaskLoggingHelper buildLogger, string message, string fileName, … in LogException() method in Microsoft.Build.Tasks.Xaml.XamlBuildTaskServices
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinUtils.h125 #define LogException(e) \ macro
/dports/lang/spidermonkey60/firefox-60.9.0/widget/windows/
H A DWinUtils.h148 #define LogException(e) \ macro
/dports/mail/thunderbird/thunderbird-91.8.0/widget/windows/
H A DWinUtils.h125 #define LogException(e) \ macro
/dports/www/firefox-esr/firefox-91.8.0/widget/windows/
H A DWinUtils.h125 #define LogException(e) \ macro
/dports/lang/spidermonkey78/firefox-78.9.0/widget/windows/
H A DWinUtils.h150 #define LogException(e) \ macro
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A DPluginManager.cs82 protected static void LogException(string action, string moduleName, Exception ex) { in LogException() method in FreeSWITCH.PluginExecutor
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/windows/
H A DWinUtils.h134 #define LogException(e) mozilla::widget::WinUtils::Log("%s Exception:%s", __FUNCTION__, e->ToString… macro
/dports/www/nextcloud/nextcloud/updater/
H A Dindex.php36 class LogException extends \Exception { class
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/games/addons/
H A DGameClient.cpp579 void CGameClient::LogException(const char* strFunctionName) const in LogException() function in CGameClient
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A DWebEvents.cs98 internal void LogException(Exception e) { in LogException() method in System.Web.Management.WebEventProvider