Поделиться через


Свойство DeploymentOperationException.Errors

Gets the operation result errors associated with the exception.

Пространство имен:  Microsoft.MasterDataServices.Deployment
Сборка:  Microsoft.MasterDataServices.Deployment (в Microsoft.MasterDataServices.Deployment.dll)

Синтаксис

'Декларация
Public ReadOnly Property Errors As Collection(Of Error)
    Get
'Применение
Dim instance As DeploymentOperationException 
Dim value As Collection(Of Error)

value = instance.Errors
public Collection<Error> Errors { get; }
public:
property Collection<Error^>^ Errors {
    Collection<Error^>^ get ();
}
member Errors : Collection<Error>
function get Errors () : Collection<Error>

Значение свойства

Тип: System.Collections.ObjectModel.Collection<Error>
The collection of operation result errors associated with the exception.

См. также

Справочник

DeploymentOperationException Класс

Пространство имен Microsoft.MasterDataServices.Deployment