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-03-21 UTC."],[[["The latest version available for the Google Cloud Storage v1 API is 4.11.0, and the documentation provides access to previous versions, down to 3.4.0."],["`UploadValidationException` is a sealed class that inherits from `IOException` and implements `ISerializable`, and is specifically thrown when an upload validation fails."],["The class provides information about the client-side hash, the uploaded object, and any additional failures that occurred during error handling, which are accessible through properties like `ClientSideHash`, `UploadedObject`, and `AdditionalFailures`."],["The `UploadValidationException` constructor allows for the creation of a new exception instance with parameters such as `clientSideHash`, `uploadedObject`, and `additionalFailures`."],["The class is found within the Google.Cloud.Storage.V1 namespace, included in the Google.Cloud.Storage.V1.dll assembly."]]],[]]