Элементы TransferException
The TransferException class is an exception that is raised when a SQL Server transfer error is encountered on the connection to the server.
Тип TransferException предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
TransferException() () () () | Initializes a new instance of the TransferException class. |
![]() |
TransferException(String) | Initializes a new instance of the TransferException class with the specified message text. |
![]() |
TransferException(SerializationInfo, StreamingContext) | Initializes a new instance of the TransferException class with the specified serialization information and streaming context. |
![]() |
TransferException(String, Exception) | Initializes a new instance of the TransferException class with the specified message text and inner exception. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetBaseException | (Наследуется из Exception.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetObjectData | (Наследуется из Exception.) |
![]() |
GetType | (Наследуется из Exception.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
ToString | (Наследуется из Exception.) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
Data | (Наследуется из Exception.) |
![]() |
HelpLink | (Наследуется из Exception.) |
![]() |
HResult | (Наследуется из Exception.) |
![]() |
InnerException | (Наследуется из Exception.) |
![]() |
Message | (Наследуется из Exception.) |
![]() |
Source | (Наследуется из Exception.) |
![]() |
StackTrace | (Наследуется из Exception.) |
![]() |
TargetSite | (Наследуется из Exception.) |
В начало
См. также