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.2+a8f0dd3c063817b2e3f05a923303d808e447c338
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.