public sealed class ThrowError : IMessage<TransformationErrorHandling.Types.ThrowError>, IEquatable<TransformationErrorHandling.Types.ThrowError>, IDeepCloneable<TransformationErrorHandling.Types.ThrowError>, IBufferMessage, IMessage
Throw an error and fail the request when a transformation error occurs.
[[["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-06-05 UTC."],[[["This page details the `ThrowError` class within the `Google.Cloud.Dlp.V2` namespace, specifically for handling transformation errors in the .NET environment."],["The `ThrowError` class, which is part of `TransformationErrorHandling.Types`, is designed to fail a request when a transformation error is detected, by throwing an error."],["The class `ThrowError` has inheritance from `Object` and implements interfaces `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple documented versions of the `ThrowError` class, with the most recent being version 4.16.0, and the oldest being version 2.15.0."],["The `ThrowError` class provides two constructors: a default one, `ThrowError()`, and another that takes a `TransformationErrorHandling.Types.ThrowError` object as a parameter."]]],[]]