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) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public IDictionary<string, string> ErrorDetails { get; }
Public ReadOnly Property ErrorDetails As IDictionary(Of String, String)
Get
public:
property IDictionary<String^, String^>^ ErrorDetails {
IDictionary<String^, String^>^ get ();
}
member ErrorDetails : IDictionary<string, string> with get
Значение свойства
IDictionaryString,
StringThe error details dictionary.