Compartir a través de


SqlTraceException Constructor

Initializes a new instance of the SQLTraceException class.

Lista de sobrecargas

  Nombre Descripción
Método publico SqlTraceException() () () () Initializes a new instance of the SQLTraceException class.
Método publico SqlTraceException(String) Initializes a new instance of the SQLTraceException class with the specified message.
Método protegido SqlTraceException(SerializationInfo, StreamingContext) Initializes a new instance of the SQLTraceException class with the specified serialization information and the specified streaming context.
Método publico SqlTraceException(String, Exception) Initializes a new instance of the SQLTraceException class with the specified message and inner exception.
Método publico SqlTraceException(Type, String) Initializes a new instance of the SQLTraceException class with the specified source type and the specified message.
Método publico SqlTraceException(Type, String, Exception) Initializes a new instance of the SQLTraceException class with the specified source type, message and inner exception.

Principio