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.6.0.22
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.