diff --git a/src/Speckle.Sdk/Serialisation/V2/Receive/ObjectLoader.cs b/src/Speckle.Sdk/Serialisation/V2/Receive/ObjectLoader.cs index 7f0280f3..2a692f5f 100644 --- a/src/Speckle.Sdk/Serialisation/V2/Receive/ObjectLoader.cs +++ b/src/Speckle.Sdk/Serialisation/V2/Receive/ObjectLoader.cs @@ -146,7 +146,7 @@ public sealed class ObjectLoader( cancellationToken.ThrowIfCancellationRequested(); if (Exception is not null) { - throw new SpeckleException("Error while sending", Exception); + throw new SpeckleException("Error while loading", Exception); } } }