Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the operation result errors associated with the exception.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public Collection<Error> Errors { get; }
public:
property Collection<Error^>^ Errors {
Collection<Error^>^ get();
}
member Errors : Collection<Error> with get
Public ReadOnly Property Errors As Collection(Of Error)
Property Value
Type: System.Collections.ObjectModel.Collection<Error>
The collection of operation result errors associated with the exception.
See Also
DeploymentOperationException Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top