Reputation: 1660
What exception does parseuser.SignUpAsync() throw?
It is not mentioned in the tutorial and I can't find it in API reference.
Upvotes: 0
Views: 96
Reputation: 7656
As far as I know, ParseUser.SignUpAsync()
doesn't throw any exceptions anymore.
Look here: https://github.com/ParsePlatform/Parse-SDK-dotNET/issues/10
Upvotes: 1