SqlTraceException-Member
The SQLTraceException class represents the general exception raised by the SMO trace objects.
Der SqlTraceException-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SqlTraceException() () () () | Initializes a new instance of the SQLTraceException class. | |
SqlTraceException(String) | Initializes a new instance of the SQLTraceException class with the specified message. | |
SqlTraceException(SerializationInfo, StreamingContext) | Initializes a new instance of the SQLTraceException class with the specified serialization information and the specified streaming context. | |
SqlTraceException(String, Exception) | Initializes a new instance of the SQLTraceException class with the specified message and inner exception. | |
SqlTraceException(Type, String) | Initializes a new instance of the SQLTraceException class with the specified source type and the specified message. | |
SqlTraceException(Type, String, Exception) | Initializes a new instance of the SQLTraceException class with the specified source type, message and inner exception. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Exception.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
ProdVer | ||
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang