Errors 屬性
Gets the operation result errors associated with this exception.
命名空間: Microsoft.MasterDataServices.Deployment
組件: Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)
語法
'宣告
Public ReadOnly Property Errors As Collection(Of Error)
Get
'用途
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>
屬性值
型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Error> ) > ) >
A collection of type Error.