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
stringThe exception message text.