Свойство Errors
Gets the operation result errors associated with this 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< (Of < ( <'Error> ) > ) >
A collection of type Error.