DeploymentOperationException.AddErrors 메서드
Adds a collection of errors to the exception's collection of operation response errors.
네임스페이스: Microsoft.MasterDataServices.Deployment
어셈블리: Microsoft.MasterDataServices.Deployment(Microsoft.MasterDataServices.Deployment.dll)
구문
‘선언
Public Sub AddErrors ( _
errors As Collection(Of Error) _
)
‘사용 방법
Dim instance As DeploymentOperationException
Dim errors As Collection(Of Error)
instance.AddErrors(errors)
public void AddErrors(
Collection<Error> errors
)
public:
void AddErrors(
Collection<Error^>^ errors
)
member AddErrors :
errors:Collection<Error> -> unit
public function AddErrors(
errors : Collection<Error>
)
매개 변수
- errors
유형: System.Collections.ObjectModel.Collection<Error>
The collection of Error instances to add.
주의
AddErrors throws a ArgumentNullException if the errors parameter is nullnull 참조(Visual Basic에서는 Nothing).