다음을 통해 공유


DeploymentOperationException.Errors 속성

Gets the operation result errors associated with the 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<Error>
The collection of operation result errors associated with the exception.

참고 항목

참조

DeploymentOperationException 클래스

Microsoft.MasterDataServices.Deployment 네임스페이스