TransportException - класс |
Пространство имён: LiveTex.SDK.Client
public class TransportException : Exception
Тип TransportException предоставляет следующие члены.
Имя | Описание | |
---|---|---|
TransportException |
Инициализирует новый экземпляр класса TransportException
| |
TransportException(Exception) |
Инициализирует новый экземпляр класса TransportException
| |
TransportException(String) |
Инициализирует новый экземпляр класса TransportException
|
Имя | Описание | |
---|---|---|
Equals | (Унаследован от Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object.) | |
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Унаследован от Exception.) | |
GetHashCode | Serves as a hash function for a particular type. (Унаследован от Object.) | |
GetObjectData | When overridden in a derived class, sets the SerializationInfo with information about the exception. (Унаследован от Exception.) | |
GetType | Gets the runtime type of the current instance. (Унаследован от Exception.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object.) | |
ToString | Creates and returns a string representation of the current exception. (Унаследован от Exception.) |
Имя | Описание | |
---|---|---|
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Унаследован от Exception.) | |
HelpLink | Gets or sets a link to the help file associated with this exception. (Унаследован от Exception.) | |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (Унаследован от Exception.) | |
InnerException | Gets the Exception instance that caused the current exception. (Унаследован от Exception.) | |
Message | Gets a message that describes the current exception. (Унаследован от Exception.) | |
Source | Gets or sets the name of the application or the object that causes the error. (Унаследован от Exception.) | |
StackTrace | Gets a string representation of the immediate frames on the call stack. (Унаследован от Exception.) | |
TargetSite | Gets the method that throws the current exception. (Унаследован от Exception.) |
Имя | Описание | |
---|---|---|
SerializeObjectState | Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (Унаследован от Exception.) |