Cannot have multiple default property/method in a Class

Runtime Errors, Syntax Errors Home home | Other Resources other resources | Advertise with us advertise | Link to us link to us | Contact us contact | Bookmark Us!
Google
 
Where can I find good Windows Web Hosting to host my VBScript Site?
You can find good Windows Hosting which support VBScript, ASP, ASP.Net,VisualStudio.Net and MSSQL at a very reasonable low monthly fee at EasyCGI.com and DiscountASP.Net

Cannot have multiple default property/method in a Class

In your class definition, you marked more than one property or method as the default. There can only by one default property and one default method in a class.

To correct this error

  • Make sure there is only one default property and one default method for this class.
See Also

Function Statement


VBScriptOnline.com - Runtime Errors, Syntax Errors