Spread for ASP.NET 9.0 Product Documentation
Dispose(Boolean) Method


true if managed resources should be disposed; otherwise, false.
Clean up any resources being used.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As ErrorForm
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected override void Dispose( 
   bool disposing
)

Parameters

disposing
true if managed resources should be disposed; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ErrorForm Class
ErrorForm Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.