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.