Eyeshot 10 WinForms API Reference
EyeshotMemoryLeakException Constructor(SerializationInfo,StreamingContext)

WinForms Assembly > devDept.Eyeshot Namespace > EyeshotMemoryLeakException Class > EyeshotMemoryLeakException Constructor : EyeshotMemoryLeakException Constructor(SerializationInfo,StreamingContext)
The System.Runtime.Serialization.SerializationInfo instance that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext instance that contains contextual information about the source or destination.
Initializes a new instance of the EyeshotMemoryLeakException class with serialized data.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
protected EyeshotMemoryLeakException( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
The System.Runtime.Serialization.SerializationInfo instance that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext instance that contains contextual information about the source or destination.
See Also

Reference

EyeshotMemoryLeakException Class
EyeshotMemoryLeakException Members
Overload List