EyeshotMemoryLeakException Class

A memory leak exception thrown by Eyeshot.
Public Class EyeshotMemoryLeakException 
Inherits Exception
This language is not supported or no code example is available.
public class EyeshotMemoryLeakException : Exception
This language is not supported or no code example is available.
Name Description
Protected constructor EyeshotMemoryLeakException(SerializationInfo, StreamingContext) Initializes a new instance of the EyeshotMemoryLeakException class with serialized data.
Public constructor EyeshotMemoryLeakException() Initializes a new instance of the Exception class.
Public constructor EyeshotMemoryLeakException(string) Initializes a new instance of the Exception class with a specified error message.
Public constructor EyeshotMemoryLeakException(string, Exception) Initializes a new instance of the EyeshotMemoryLeakException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Name Description
Public property Data (inherited from Exception).
Public property HResult (inherited from Exception).
Public property HelpLink (inherited from Exception).
Public property InnerException (inherited from Exception).
Public property Message (inherited from Exception).
Public property Source (inherited from Exception).
Public property StackTrace (inherited from Exception).
Public property TargetSite (inherited from Exception).
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetBaseException (inherited from Exception).
Public method GetHashCode (inherited from Object).
Public method GetObjectData(SerializationInfo, StreamingContext) (inherited from Exception).
Public method GetType (inherited from Exception).
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Exception).
Top
Events
 
Name Description
Protected event SerializeObjectState (inherited from Exception).
Top
devDept.Eyeshot.EyeshotMemoryLeakException

.NET Framework

Supported in: 4.7.2

In this article

Definition