Proprietà Errors
Gets the operation result errors associated with this exception.
Spazio dei nomi Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Errors As Collection(Of Error)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
A collection of type Error.
Vedere anche