Blog.Services.Implementation.Handlers.HttpErrorHandler.HandleError C# (CSharp) Method

HandleError() public method

public HandleError ( Exception error ) : bool
error System.Exception
return bool
        public bool HandleError(Exception error)
        {
            return false;
        }