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

ServiceResponseErrorDetails - свойство

Gets error details associated with the response. If Result is set to Success, ErrorDetailsDictionary returns null. Error details will only available for some error codes. For example, when error code is ErrorRecurrenceHasNoOccurrence, the ErrorDetailsDictionary will contain keys for EffectiveStartDate and EffectiveEndDate.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public IDictionary<string, string> ErrorDetails { get; }

Значение свойства

Тип: IDictionaryString, String
The error details dictionary.
См. также