Bagikan melalui


SqlTraceException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the SQLTraceException class.

Overload List

  Name Description
Public method SqlTraceException() Initializes a new instance of the SQLTraceException class.
Public method SqlTraceException(String) Initializes a new instance of the SQLTraceException class with the specified message.
Protected method SqlTraceException(SerializationInfo, StreamingContext) Initializes a new instance of the SQLTraceException class with the specified serialization information and the specified streaming context.
Public method SqlTraceException(String, Exception) Initializes a new instance of the SQLTraceException class with the specified message and inner exception.
Public method SqlTraceException(Type, String) Initializes a new instance of the SQLTraceException class with the specified source type and the specified message.
Public method SqlTraceException(Type, String, Exception) Initializes a new instance of the SQLTraceException class with the specified source type, message and inner exception.

Top