Share via


SqlTraceFailToInstantiateTypeException Constructor

Include Protected Members
Include Inherited Members

Initiates a new instance of the SQLTraceFailToInstantiateTypeException class.

Overload List

  Name Description
Public method SqlTraceFailToInstantiateTypeException() Initiates a new instance of the SQLTraceFailToInstantiateTypeException class.
Public method SqlTraceFailToInstantiateTypeException(String) Initiates a new instance of the SQLTraceFailToInstantiateTypeException class with the specified message.
Protected method SqlTraceFailToInstantiateTypeException(SerializationInfo, StreamingContext) Initializes a new instance of the SQLTraceFailToInstantiateTypeException class with the specified serialization information and the specified streaming context.
Public method SqlTraceFailToInstantiateTypeException(String, Exception) Initializes a new instance of the SQLTraceFailToInstantiateTypeException class with the specified message and inner exception.

Top