Для изменения размера нажмите или перетащите

OperationAlreadyExistsException - свойства

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

Свойства
  ИмяОписание
Открытое свойство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.)
Открытое свойствоOperationID
Идентификатор операции, которую не удалось создать, потому что она уже существует. Это не идентификатор уже существующей операции, т.к. операция может не быть создана из-за коллизии по TypeID и RequestHash.
Открытое свойствоRequestHash
Хеш от запроса операции, которую не удалось создать. Может быть равен null.
Открытое свойствоRequestHashWasChecked
Признак того, что при создании операции проверялось её возможная коллизия по полям TypeID и RequestHash.
Открытое свойство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.)
Открытое свойствоTypeID
Идентификатор типа операции, которую не удалось создать.
В начало страницы
См. также