发生类型为System.Web.HttpUnhandledException的异常
.NET Framework 类库
HttpUnhandledException 类
发生一般异常时引发的异常。
命名空间:System.Web
程序集:System.Web(在 system.web.dll 中)
语法
Visual Basic(声明)
<SerializableAttribute> _
Public NotInheritable Class HttpUnhandledException
Inherits HttpException
Visual Basic(用法)
Dim instance As HttpUnhandledException
C#
[SerializableAttribute]
public sealed class HttpUnhandledException : HttpException
C++
[SerializableAttribute]
public ref class HttpUnhandledException sealed : public HttpException
J#
/** @attribute SerializableAttribute() */
public final class HttpUnhandledException extends HttpException
JScript
SerializableAttribute
public final class HttpUnhandledException extends HttpException
继承层次结构
System.Object
System.Exception
System.SystemException
System.Runtime.InteropServices.ExternalException
System.Web.HttpException
System.Web.HttpUnhandledException
线程安全
此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。
平台
Windows 98、Windows 2000 SP4、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
我加入信息后,就是那个错
sql语句是不是应该改成:
strsql="insert into users(username,sex,hometown,nation,birth,health,marry,political,address,mobilephone,homephone,email,gra_school,zhuanye,xueli,gra_time,work_time,dep_name,zhiwu,type,constract_time,cancel_time,PicUrl)";
strsql+=" + values( +";
strsql+="'" + username.Text + "'";
strsql+=","; //是不是都加入这句
strsql+="'" + sex.SelectedValue + "'";
strsql+="'" + hometown.Text + "'";
strsql+="'" + nation.Text + "'";
strsql+="'" + birth.Text + "'";
strsql+="'" + health.Text + "'";
strsql+="'" + marry.SelectedValue + "'";
strsql+="'" + political.Text + "'";
strsql+="'" + address.Text + "'";