다음을 통해 공유


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.