TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mrudul Ganpule
NA
23
25.6k
.net error exception
Jun 13 2014 12:08 PM
Intuit.Ipp.Data.SalesReceipt salesReceiptAdded = null;
dataService.AddAsync(addedSalesReceipt);
dataService.OnAddAsyncCompleted += (sender, e) =>
{
if (e.Error != null)
{
// Error handling code
// User e.Error to get Error object
}
else if (e.Entity != null)
{
salesReceiptAdded = e.Entity as Intuit.Ipp.Data.SalesReceipt;
}
};
I am confused about dataService.OnAddAsyncCompleted because i got OnAddAsyncCompleted null so that iam unable to show error from e.Error
Please suggest any solution.
Reply
Answers (
1
)
Two String in Where Condition for one Column.
there is no error but cmd query take input as -1.