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
innerExceptionException
SqlException(SerializationInfo, StreamingContext)
protected SqlException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
SqlException(string)
public SqlException(string message)
Parameters
messagestring
SqlException(string, Exception)
public SqlException(string message, Exception innerException)
Parameters
SqlException(string, params object?[])
public SqlException(string message, params object?[] args)