HOME  >  ÀÚ·á   >  ASPÀÚ·á½Ç
¹øÈ£ Á¦¸ñ Á¶È¸
45
ASP TextStream Object
744
44
ASP FileSystemObject Object
765
43
ASP ASPError Object
864
È®´ë   Ãà¼Ò    
The ASPError object displays information about errors in scripts.
The ASPError Object

The ASPError object was implemented in ASP 3.0 and is available in IIS5 and later.

The ASPError object is used to display detailed information of any error that occurs in scripts in an ASP page.

Note: The ASPError object is created when Server.GetLastError is called, so the error information can only be accessed by using the Server.GetLastError method.

The ASPError object's properties are described below (all properties are read-only):
Properties
Property 	Description
ASPCode 	Returns an error code generated by IIS
ASPDescription 	Returns a detailed description of the error (if the error is ASP-related)
Category 	Returns the source of the error (was the error generated by ASP? By a scripting language? By an object?)
Column 	Returns the column position within the file that generated the error
Description 	Returns a short description of the error
File 	Returns the name of the ASP file that generated the error
Line 	Returns the line number where the error was detected
Number 	Returns the standard COM error code for the error
Source 	Returns the actual source code of the line where the error occurred
42
ASP Server Object
718
41
ASP Session Object
660
40
ASP Application Object
1141
39
VBScript Keywords
699
38
VBScript Year Function
909
37
VBScript WeekdayName Function
648
36
VBScript Weekday Function
658
35
VBScript TimeValue Function
674
34
VBScript TimeSerial Function
667
33
VBScript Timer Function
667
32
VBScript Time Function
697
31
VBScript Second Function
653
30
VBScript Now Function
660
29
VBScript MonthName Function
705
28
VBScript Month Function
749
27
VBScript Minute Function
806
26
VBScript IsDate Function
889
1 2 3

 
sitemap    
all right reserved : ÀÌ ¸ðµç °Å! ´Ù~ ³»²¨!