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

1
public class ManipulationException : Exception

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

1
public ManipulationException(string message)

Initializes a new instance of the ManipulationException class.

Parameters

NameDescription
messageThe error message.

ManipulationException

1
2
3
4
public ManipulationException(
    string message,
    Exception innerException
)

Initializes a new instance of the ManipulationException class.

Parameters

NameDescription
messageThe error message.
innerExceptionThe exception that caused this exception.