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 |
Идентификатор типа операции, которую не удалось создать.
|