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, ISerializableConstructors
| Improve this Doc 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. |