Error data
{
"$type": "TinyLog.CustomData.Mvc.ActionFilterCustomData, TinyLog.Mvc",
"RequestContext": {
"$type": "TinyLog.CustomData.Mvc.RequestContextCustomData, TinyLog.Mvc",
"Browser": null,
"Form": null,
"QueryString": {
"": "404;http://tinylog:80/wp-login.php"
},
"Url": "http://tinylog.azurewebsites.net:80/Error/IIS/404?404;http://tinylog:80/wp-login.php",
"UrlReferrer": null,
"UserAgent": null,
"UserHostAddress": "109.123.232.241",
"UserHostName": "109.123.232.241",
"UserLanguages": null,
"ContentType": "",
"HttpMethod": "GET"
},
"ResponseContext": {
"$type": "TinyLog.CustomData.Mvc.ResponseContextCustomData, TinyLog.Mvc",
"ContentType": "text/html",
"Status": "500 Internal Server Error",
"StatusCode": 500,
"StatusDescription": "Internal Server Error",
"IsClientConnected": true,
"IsRequestBeingRedirected": false,
"RedirectLocation": null
},
"ControllerContext": {
"$type": "TinyLog.CustomData.Mvc.ControllerContextCustomData, TinyLog.Mvc",
"Session": null,
"ViewBag": null,
"ViewData": null,
"RouteValues": null
},
"UserContext": {
"$type": "TinyLog.CustomData.Mvc.UserContextCustomData, TinyLog.Mvc",
"AnonymousID": null,
"IsAuthenticated": false,
"AuthenticationType": "",
"Name": "",
"RoleUser": null,
"ClaimsUser": null,
"GenericUser": null,
"WindowsUser": null
},
"HttpContext": {
"$type": "TinyLog.CustomData.Mvc.HttpContextCustomData, TinyLog.Mvc",
"Headers": null,
"Exception": {
"$type": "System.NullReferenceException, mscorlib",
"Message": "Object reference not set to an instance of an object.",
"Data": {
"$type": "System.Collections.ListDictionaryInternal, mscorlib"
},
"InnerException": null,
"TargetSite": {
"$type": "System.Reflection.RuntimeMethodInfo, mscorlib",
"Name": "IsBot",
"DeclaringType": "TinyLog.Mvc.TinyLogHandleErrorAttribute, TinyLog.Mvc, Version=1.2.5924.19665, Culture=neutral, PublicKeyToken=null",
"ReflectedType": "TinyLog.Mvc.TinyLogHandleErrorAttribute, TinyLog.Mvc, Version=1.2.5924.19665, Culture=neutral, PublicKeyToken=null",
"MemberType": 8,
"MetadataToken": 100663438,
"Module": {
"$type": "System.Reflection.RuntimeModule, mscorlib",
"MDStreamVersion": 131072,
"FullyQualifiedName": "C:\\local\\Temporary ASP.NET Files\\root\\dd0ed634\\354cb95f\\assembly\\dl3\\ba95d4f5\\fc475b91_5a83d101\\TinyLog.Mvc.dll",
"ModuleVersionId": "122e56af-4320-443f-8c44-2e24c01ef7c9",
"MetadataToken": 1,
"ScopeName": "TinyLog.Mvc.dll",
"Name": "TinyLog.Mvc.dll",
"Assembly": {
"$type": "System.Reflection.RuntimeAssembly, mscorlib"
},
"CustomAttributes": [],
"ModuleHandle": {
"$type": "System.ModuleHandle, mscorlib",
"MDStreamVersion": 131072
}
},
"IsSecurityCritical": true,
"IsSecuritySafeCritical": false,
"IsSecurityTransparent": false,
"MethodHandle": {
"$type": "System.RuntimeMethodHandle, mscorlib",
"Value": {
"$type": "System.IntPtr, mscorlib"
}
},
"Attributes": 145,
"CallingConvention": 1,
"ReturnType": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"ReturnTypeCustomAttributes": {
"$type": "System.Reflection.RuntimeParameterInfo, mscorlib",
"ParameterType": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"Name": null,
"HasDefaultValue": true,
"DefaultValue": null,
"RawDefaultValue": null,
"MetadataToken": 134217728,
"Position": -1,
"Attributes": 0,
"IsIn": false,
"IsOut": false,
"IsLcid": false,
"IsRetval": false,
"IsOptional": false,
"CustomAttributes": []
},
"ReturnParameter": {
"$type": "System.Reflection.RuntimeParameterInfo, mscorlib",
"ParameterType": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"Name": null,
"HasDefaultValue": true,
"DefaultValue": null,
"RawDefaultValue": null,
"MetadataToken": 134217728,
"Position": -1,
"Attributes": 0,
"IsIn": false,
"IsOut": false,
"IsLcid": false,
"IsRetval": false,
"IsOptional": false,
"CustomAttributes": []
},
"IsGenericMethod": false,
"IsGenericMethodDefinition": false,
"ContainsGenericParameters": false,
"MethodImplementationFlags": 0,
"IsPublic": false,
"IsPrivate": true,
"IsFamily": false,
"IsAssembly": false,
"IsFamilyAndAssembly": false,
"IsFamilyOrAssembly": false,
"IsStatic": true,
"IsFinal": false,
"IsVirtual": false,
"IsHideBySig": true,
"IsAbstract": false,
"IsSpecialName": false,
"IsConstructor": false,
"CustomAttributes": []
},
"StackTrace": " at TinyLog.Mvc.TinyLogHandleErrorAttribute.IsBot(HttpContextBase context)\r\n at TinyLog.Mvc.TinyLogHandleErrorAttribute.OnException(ExceptionContext filterContext)\r\n at System.Web.Mvc.ControllerActionInvoker.InvokeExceptionFilters(ControllerContext controllerContext, IList`1 filters, Exception exception)\r\n at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__19(AsyncCallback asyncCallback, Object asyncState)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)\r\n at System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(ControllerContext controllerContext, String actionName, AsyncCallback callback, Object state)\r\n at System.Web.Mvc.Controller.<BeginExecuteCore>b__1c(AsyncCallback asyncCallback, Object asyncState, ExecuteCoreState innerState)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)\r\n at System.Web.Mvc.Controller.BeginExecuteCore(AsyncCallback callback, Object state)\r\n at System.Web.Mvc.Controller.<BeginExecute>b__14(AsyncCallback asyncCallback, Object callbackState, Controller controller)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)\r\n at System.Web.Mvc.Controller.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state)\r\n at System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.BeginExecute(RequestContext requestContext, AsyncCallback callback, Object state)\r\n at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__4(AsyncCallback asyncCallback, Object asyncState, ProcessRequestState innerState)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallBeginDelegate(AsyncCallback callback, Object callbackState)\r\n at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.Begin(AsyncCallback callback, Object state, Int32 timeout)\r\n at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContextBase httpContext, AsyncCallback callback, Object state)\r\n at System.Web.Mvc.MvcHandler.BeginProcessRequest(HttpContext httpContext, AsyncCallback callback, Object state)\r\n at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)\r\n at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()\r\n at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)\r\n at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)",
"HelpLink": null,
"Source": "TinyLog.Mvc",
"HResult": -2147467261
},
"ExceptionHandled": false,
"IsChildAction": false,
"Cancel": false,
"Canceled": false
}
}