Breeze.ContextProvider.EntityErrorsException.EntityErrorsException C# (CSharp) 메소드

EntityErrorsException() 공개 메소드

public EntityErrorsException ( IEnumerable entityErrors ) : Newtonsoft.Json
entityErrors IEnumerable
리턴 Newtonsoft.Json
    public EntityErrorsException(IEnumerable<EntityError> entityErrors) {
      EntityErrors = entityErrors.ToList();
      StatusCode = HttpStatusCode.Forbidden;
    }

Same methods

EntityErrorsException::EntityErrorsException ( String message, IEnumerable entityErrors ) : Newtonsoft.Json
EntityErrorsException