Compartir a través de


DeploymentOperationException.Errors Propiedad

Gets the operation result errors associated with the exception.

Espacio de nombres:  Microsoft.MasterDataServices.Deployment
Ensamblado:  Microsoft.MasterDataServices.Deployment (en Microsoft.MasterDataServices.Deployment.dll)

Sintaxis

'Declaración
Public ReadOnly Property Errors As Collection(Of Error)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

DeploymentOperationException Clase

Espacio de nombres Microsoft.MasterDataServices.Deployment