<% Server.GetLastError() %>
<% Option Explicit %> <html> <head> <title>ThaiCreate.Com ASP Server Object</title> </head> <body> <% Dim objErr Set objErr = Server.GetLastError() Response.Write("<br>Error Code = " & objErr.ASPCode) Response.Write("<br>Error Description = " & objErr.ASPDescription) Response.Write("<br>Category = " & objErr.Category) Response.Write("<br>Column = " & objErr.Column) Response.Write("<br>Description = " & objErr.Description) Response.Write("<br>File = " & objErr.File) Response.Write("<br>Line = " & objErr.Line) Response.Write("<br>Number = " & objErr.Number) Response.Write("<br>Source = " & objErr.Source) %> </body> </html>
ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท