Click or drag to resize
OfflineVisitorPublicException - класс
Исключение генерируется в случае возникновения ошибки сервиса Offline диалогов
Иерархия наследования

Пространство имён: LiveTex.SDK.Client
Сборка: LiveTex.SDK (в LiveTex.SDK.dll) Версия: 1.0.0.0 (1.0.0.0)
Синтаксис
C#
public class OfflineVisitorPublicException : LiveTexException

Тип OfflineVisitorPublicException предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методOfflineVisitorPublicException
Инициализирует новый экземпляр класса OfflineVisitorPublicException
Открытый методOfflineVisitorPublicException(Exception)
Инициализирует новый экземпляр класса OfflineVisitorPublicException
Открытый методOfflineVisitorPublicException(String)
Инициализирует новый экземпляр класса ChatException
Открытый методOfflineVisitorPublicException(String, Exception)
Инициализирует новый экземпляр класса OfflineVisitorPublicException
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Determines whether the specified Object is equal to the current Object.
(Унаследован от 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.)
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоCode
Код ошибки.
Открытое свойство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.)
В начало страницы
См. также