Class SqlException
[Serializable]
public class SqlException : Exception, ISerializable, _Exception
- Inheritance
-
SqlException
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlException()
public SqlException()
SqlException(Exception)
public SqlException(Exception innerException)
Parameters
innerException
Exception
SqlException(SerializationInfo, StreamingContext)
protected SqlException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfocontext
StreamingContext
SqlException(string)
public SqlException(string message)
Parameters
message
string
SqlException(string, Exception)
public SqlException(string message, Exception innerException)
Parameters
SqlException(string, params object?[])
public SqlException(string message, params object?[] args)