2 writes to _sqlException
System.Web (2)
Management\SqlServices.cs (2)
60
_sqlException
= sqlException;
80
_sqlException
= (SqlException)info.GetValue("_sqlException", typeof(SqlException));
2 references to _sqlException
System.Web (2)
Management\SqlServices.cs (2)
91
info.AddValue("_sqlException",
_sqlException
);
116
get { return
_sqlException
; }