Any additional failures encountered while handling the error. May be null; if non-null,
must contain at least one exception.
Properties
AdditionalFailures
publicAggregateExceptionAdditionalFailures{get;}
A collection of additional failures following on from this one, if any. For
example, if the validation mode indicates that on failure the file should be deleted,
but the deletion fails, that exception would be present here. This property
is either null, or returns an AggregateException containing one or more
exceptions; it will never return an empty AggregateException.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This page provides documentation for the `UploadValidationException` class within the Google Cloud Storage v1 API for .NET, with the latest version being 4.11.0."],["The `UploadValidationException` class is used to signal that an upload to Google Cloud Storage has failed validation, inheriting from `IOException` and implementing `ISerializable`."],["The exception's constructor takes the client-side hash, the uploaded object, and any additional failures as parameters, which are stored in the `ClientSideHash`, `UploadedObject`, and `AdditionalFailures` properties respectively."],["The documentation lists all the available versions for the `UploadValidationException`, which range from version 4.11.0 all the way down to 3.4.0."],["This documentation details the inheritance hierarchy, implemented interfaces, constructors, properties, and inherited members of the `UploadValidationException` class, and each version available."]]],[]]