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