ManipulationException
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
This page documents the supported public API surface only. Private, internal, benchmark, test, and implementation-detail types are intentionally omitted.
Declaration
Summary
Exception thrown when manipulation operations fail
Metadata
Namespace: GridPlacement.Core.Services.Manipulation
Source File: cs/Core/Services/Manipulation/ManipulationService2D.cs
Assembly: GridPlacement.Core
Type: class
Inherits
Exception
Constructors
ManipulationException
Initializes a new instance of the ManipulationException class.
Parameters
| Name | Description |
|---|---|
message | The error message. |
ManipulationException
Initializes a new instance of the ManipulationException class.
Parameters
| Name | Description |
|---|---|
message | The error message. |
innerException | The exception that caused this exception. |