Class InvalidMemoryOperationException
Exception thrown when the library detects an invalid memory allocation request, or an attempt has been made to use an invalidated IMemoryGroup<T>.
Inheritance
InvalidMemoryOperationException
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Memory
Assembly: SixLabors.ImageSharp.dll
Syntax
public class InvalidMemoryOperationException : InvalidOperationException, ISerializable
Constructors
| Edit this page View SourceInvalidMemoryOperationException()
Initializes a new instance of the InvalidMemoryOperationException class.
Declaration
public InvalidMemoryOperationException()
InvalidMemoryOperationException(string)
Initializes a new instance of the InvalidMemoryOperationException class.
Declaration
public InvalidMemoryOperationException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The exception message text. |