Partager via


Propriété DeploymentOperationException.Errors

Gets the operation result errors associated with the exception.

Espace de noms :  Microsoft.MasterDataServices.Deployment
Assembly :  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Errors As Collection(Of Error)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

DeploymentOperationException Classe

Espace de noms Microsoft.MasterDataServices.Deployment