Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the operation result errors associated with the exception.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
'Declaration
Public ReadOnly Property Errors As Collection(Of Error)
Get
'Usage
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>
Property Value
Type: System.Collections.ObjectModel.Collection<Error>
The collection of operation result errors associated with the exception.