Compartir a través de


NativeSqlConnectionException Miembros

The exception that is thrown when an error is raised by an ODBC driver or an OLEDB provider during bulk copy operations.

El tipo NativeSqlConnectionException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico NativeSqlConnectionException() () () () Creates a new instance of the NativeSqlConnectionException class.
Método publico NativeSqlConnectionException(String) Creates a new instance of the NativeSqlConnectionException class with a specified error message.
Método protegido NativeSqlConnectionException(SerializationInfo, StreamingContext) Creates a new instance of the NativeSqlConnectionException class with serialized data.
Método publico NativeSqlConnectionException(String, Exception) Creates a new instance of the NativeSqlConnectionException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetBaseException (Se hereda de Exception).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData Sets the specified SerializationInfo with information about the exception. (Invalida ReplicationAgentException. . :: . .GetObjectData(SerializationInfo, StreamingContext).)
Método publico GetType (Se hereda de Exception).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Exception).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception).
Propiedad pública ErrorSource The source of the error.
Propiedad pública HelpLink (Se hereda de Exception).
Propiedad protegida HResult (Se hereda de Exception).
Propiedad pública InnerException (Se hereda de Exception).
Propiedad pública Message (Se hereda de Exception).
Propiedad pública MessageCode Gets the error code of the underlying error. (Se hereda de ReplicationAgentException).
Propiedad pública Source (Se hereda de Exception).
Propiedad pública SqlState Indicates the Microsoft SQL Server SQL state for the error.
Propiedad pública StackTrace (Se hereda de Exception).
Propiedad pública TargetSite (Se hereda de Exception).

Principio