Back to Dashboard Telemetry
Exception Audit Record #245
Application Metadata (AppInfoModel)
- Application Name & Version DSTAPI v4.1.9.0
- App Description A lightweight, high-performance DST api client handler
- App Type ASP .NET 8 CORE API
- Environment Mode Server
-
Token
D5EE2R6ER6D3FF54E359
Device & Client Profile (PhysicalDeviceInformation)
- Form Factor Desktop Workspace
- Manufacturer & Model ATUL-SINGH Microsoft Windows 10.0.26200
- Platform / OS .NET 8.0.21
-
Client IP Address
106.192.100.206 -
Exception Status & Mode Flags
Status: Unhandled Mode: Development
Code Reference & Location
Timestamp
2026-08-20 11:22:52 +05:30
Line Number
Line 31
Namespace
System
Page / Component Name
Object
Method Name
OnExceptionAsync
Site Map
System - Object/OnExceptionAsync
File Path Source
D:\Blazor\DSTAPI\Attributes\LogExceptionAttribute.cs
Exception Message Payload
Primary Message
An error occurred while saving the entity changes. See the inner exception for details.
INNER EXCEPTION MESSAGE
Cannot insert the value NULL into column 'AltPhone1', table '__DSTBILL.Info.Customer'; column does not allow nulls. INSERT fails.
Full Stack Trace Diagnostics
at Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch.ConsumeResultSetAsync(Int32 startCommandIndex, RelationalDataReader reader, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.AffectedCountModificationCommandBatch.ConsumeAsync(RelationalDataReader reader, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.ReaderModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.SqlServerModificationCommandBatch.ExecuteAsync(IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.Update.Internal.BatchExecutor.ExecuteAsync(IEnumerable`1 commandBatches, IRelationalConnection connection, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(IList`1 entriesToSave, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.ChangeTracking.Internal.StateManager.SaveChangesAsync(StateManager stateManager, Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func`4 operation, Func`4 verifySucceeded, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at Microsoft.EntityFrameworkCore.DbContext.SaveChangesAsync(Boolean acceptAllChangesOnSuccess, CancellationToken cancellationToken)
at CoreRepository.Ledger.Repository.NewLedgerRepository.CreateNew(LedgerTable model) in D:\Blazor\CoreRepository\Ledger\Repository\NewLedgerRepository.cs:line 38
at CoreRepository.Ledger.Repository.NewLedgerRepository.CreateNew(LedgerTable model) in D:\Blazor\CoreRepository\Ledger\Repository\NewLedgerRepository.cs:line 55
at CoreRepository.Ledger.Repository.NewLedgerRepository.CreateNew(LedgerTable model) in D:\Blazor\CoreRepository\Ledger\Repository\NewLedgerRepository.cs:line 56
at DSTAPI.Controllers.Temp.LedgerController.CreateNewLedger(NewLedgerCreateModel model) in D:\Blazor\DSTAPI\Controllers\Temp\LedgerController.cs:line 216
at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeNextActionFilterAsync>g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)