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.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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.