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.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
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.