Name | Description | |
---|---|---|
![]() | Class | Gets the severity level of the error. |
![]() | Data | Overridden. |
![]() | ErrorCode | Overridden. |
![]() | Errors | Gets a collection of one or more SqlError objects that give detailed information about exceptions. |
![]() | HelpLink | Gets or sets a link to the help file associated with this exception. (Inherited from System.Exception) |
![]() | HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Inherited from System.Exception) |
![]() | InnerException | Gets the System.Exception instance that caused the current exception. (Inherited from System.Exception) |
![]() | LineNumber | Gets the line number within the SQL command batch or stored procedure that generated the error. |
![]() | Message | Overridden. Gets the text describing the error. |
![]() | Number | Gets a number that identifies the type of error. |
![]() | Procedure | Gets the name of the stored procedure that generated the error. |
![]() | Server | Gets the name of the instance of SQL Server that generated the error. |
![]() | Source | Overridden. Gets the name of the provider that generated the error. |
![]() | StackTrace | Gets a string representation of the immediate frames on the call stack. (Inherited from System.Exception) |
![]() | State | Gets a numeric error code from SQL Server that represents an error. |
![]() | TargetSite | Gets the method that throws the current exception. (Inherited from System.Exception) |