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)
91info.AddValue("_sqlException", _sqlException); 116get { return _sqlException; }