Table of Contents

Class InvalidMemoryOperationException

Namespace
SixLabors.ImageSharp.Memory
Assembly
SixLabors.ImageSharp.dll

Exception thrown when the library detects an invalid memory allocation request, or an attempt has been made to use an invalidated IMemoryGroup<T>.

public class InvalidMemoryOperationException : InvalidOperationException, ISerializable
Inheritance
InvalidMemoryOperationException
Implements
Inherited Members

Constructors

InvalidMemoryOperationException()

Initializes a new instance of the InvalidMemoryOperationException class.

public InvalidMemoryOperationException()

InvalidMemoryOperationException(string)

Initializes a new instance of the InvalidMemoryOperationException class.

public InvalidMemoryOperationException(string message)

Parameters

message string

The exception message text.