Partager via


SqlTraceException constructeur

Initializes a new instance of the SQLTraceException class.

Liste de surcharge

  Nom Description
Méthode publique SqlTraceException() () () () Initializes a new instance of the SQLTraceException class.
Méthode publique SqlTraceException(String) Initializes a new instance of the SQLTraceException class with the specified message.
Méthode protégée SqlTraceException(SerializationInfo, StreamingContext) Initializes a new instance of the SQLTraceException class with the specified serialization information and the specified streaming context.
Méthode publique SqlTraceException(String, Exception) Initializes a new instance of the SQLTraceException class with the specified message and inner exception.
Méthode publique SqlTraceException(Type, String) Initializes a new instance of the SQLTraceException class with the specified source type and the specified message.
Méthode publique SqlTraceException(Type, String, Exception) Initializes a new instance of the SQLTraceException class with the specified source type, message and inner exception.

Haut de la page