Class MemoryLeakException
- Namespace
- Misaki.HighPerformance.LowLevel
- Assembly
- Misaki.HighPerformance.LowLevel.dll
An exception that is thrown when a memory leak is detected.
public class MemoryLeakException : Exception, ISerializable
- Inheritance
-
MemoryLeakException
- Implements
- Inherited Members
Constructors
MemoryLeakException(IEnumerable<AllocationInfo>)
public MemoryLeakException(IEnumerable<AllocationInfo> infos)
Parameters
infosIEnumerable<AllocationInfo>
MemoryLeakException(string)
public MemoryLeakException(string message)
Parameters
messagestring
Properties
Message
Gets a message that describes the current exception.
public override string Message { get; }
Property Value
- string
The error message that explains the reason for the exception, or an empty string ("").