Класс SqlTraceFailToInstantiateTypeException
The SQLTraceFailToInstantiateTypeException class represents the exception raised when an SMO trace object operation fails to instantiate an object.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Trace. . :: . .SqlTraceException
Microsoft.SqlServer.Management.Trace..::..SqlTraceFailToInstantiateTypeException
Пространство имен: Microsoft.SqlServer.Management.Trace
Сборка: Microsoft.SqlServer.ConnectionInfoExtended (в Microsoft.SqlServer.ConnectionInfoExtended.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class SqlTraceFailToInstantiateTypeException _
Inherits SqlTraceException
'Применение
Dim instance As SqlTraceFailToInstantiateTypeException
[SerializableAttribute]
public class SqlTraceFailToInstantiateTypeException : SqlTraceException
[SerializableAttribute]
public ref class SqlTraceFailToInstantiateTypeException : public SqlTraceException
[<SerializableAttribute>]
type SqlTraceFailToInstantiateTypeException =
class
inherit SqlTraceException
end
public class SqlTraceFailToInstantiateTypeException extends SqlTraceException
Тип SqlTraceFailToInstantiateTypeException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
SqlTraceFailToInstantiateTypeException() () () () | Initiates a new instance of the SQLTraceFailToInstantiateTypeException class. |
![]() |
SqlTraceFailToInstantiateTypeException(String) | Initiates a new instance of the SQLTraceFailToInstantiateTypeException class with the specified message. |
![]() |
SqlTraceFailToInstantiateTypeException(SerializationInfo, StreamingContext) | Initializes a new instance of the SQLTraceFailToInstantiateTypeException class with the specified serialization information and the specified streaming context. |
![]() |
SqlTraceFailToInstantiateTypeException(String, Exception) | Initializes a new instance of the SQLTraceFailToInstantiateTypeException class with the specified message and inner exception. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Data | (Производный от Exception.) |
![]() |
HelpLink | (Производный от Exception.) |
![]() |
HResult | (Производный от Exception.) |
![]() |
InnerException | (Производный от Exception.) |
![]() |
Message | (Производный от Exception.) |
![]() |
Source | (Производный от Exception.) |
![]() |
StackTrace | (Производный от Exception.) |
![]() |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetBaseException | (Производный от Exception.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetObjectData | (Производный от Exception.) |
![]() |
GetType | (Производный от Exception.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
ToString | (Производный от Exception.) |
В начало
Замечания
Thread Safety
Все общие статические члены этого типа (Shared в Microsoft Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также