C# (CSharp) WebApplications.Testing.Data.Exceptions Namespace

Classes

Name Description
InvalidUserOrDatabaseException A SqlException indicating the user credentials are invalid or the database specified in the connection string is invalid.
SqlConversionException A SqlException indicating the failure to convert data from one data type to another.
SqlDatabaseException A SqlException indicating the database cannot be opened.
SqlEventSessionStoppedException A SqlException indicating the event session has been stopped.
SqlIdentityColumnValueException A SqlException indicating that explicit value can't be inserted in identity column if IDENTITY_INSERT is set to OFF.
SqlInvalidColumnException A SqlException indicating the column name invalid.
SqlInvalidConnectionException A SqlException indicating the connection specified in the connection string is invalid.
SqlInvalidObjectException A SqlException indicating the SQL object is invalid.
SqlInvalidSyntaxException A SqlException indicating the SQL syntax is invalid.
SqlNullException A SqlException indicating the 'NULL' value cannot be inserted in a 'NOT NULL' column.