10 references to WriteException
dotnet (10)
Telemetry\PersistenceChannel\BaseStorageService.cs (1)
58
PersistenceChannelDebugLog.
WriteException
(e, "Failed to remove the item from storage items.");
Telemetry\PersistenceChannel\Sender.cs (2)
102
t => PersistenceChannelDebugLog.
WriteException
(t.Exception, "Sender: Failure in SendLoop"),
250
PersistenceChannelDebugLog.
WriteException
(e, "Unknown exception during sending");
Telemetry\PersistenceChannel\StorageService.cs (7)
56
PersistenceChannelDebugLog.
WriteException
(e, "Failed to create storage folder");
81
PersistenceChannelDebugLog.
WriteException
(
139
PersistenceChannelDebugLog.
WriteException
(
173
PersistenceChannelDebugLog.
WriteException
(e, "Failed to delete a file. file: {0}", item == null ? "null" : item.FullFilePath);
223
PersistenceChannelDebugLog.
WriteException
(e, "EnqueueAsync");
289
PersistenceChannelDebugLog.
WriteException
(e, "Peek failed while get files from storage.");
349
PersistenceChannelDebugLog.
WriteException
(e, "Failed to delete tmp files.");