- Home
- Forum
- ASP.NET MVC (Classic)
- Value cannot be null. Parameter name: input
Value cannot be null. Parameter name: input
I am getting this error after the object is saved -
Value cannot be null. Parameter name: input
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: input
Source Error:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: input
Source Error:
|
SIGN IN To post a reply.
2 Replies
TH
thnjiuy
May 24, 2015 12:44 PM UTC
Stack Trace:
|
ES
Ezhil S
Syncfusion Team
May 25, 2015 12:13 PM UTC
Hi Thnjiuy,
Thank you for contacting Syncfusion support.
We are unable to understand the query from the shared details. Could you please provide us more specific details on the reported error and the Syncfusion control that causes the issue? As you have mentioned “error after the object is saved”, please explain us on what object is saved and what are the Syncfusion controls that you are using at your end. In general ArgumentNullException checks arguments for null and then throws the error explicitly so please check whether the arguments passed are of null value. Based on the shared details and stacktrace ensure whether you have passed the string value that is not null in Regex.Replace () method. Check the following reference here where Regex.Match () raises the ArgumentNullException.
http://stackoverflow.com/questions/10838567/match-function-in-regular-expressions-being-null
Please let us know if you have any other queries.
Regards,
Ezhil S
Thank you for contacting Syncfusion support.
We are unable to understand the query from the shared details. Could you please provide us more specific details on the reported error and the Syncfusion control that causes the issue? As you have mentioned “error after the object is saved”, please explain us on what object is saved and what are the Syncfusion controls that you are using at your end. In general ArgumentNullException checks arguments for null and then throws the error explicitly so please check whether the arguments passed are of null value. Based on the shared details and stacktrace ensure whether you have passed the string value that is not null in Regex.Replace () method. Check the following reference here where Regex.Match () raises the ArgumentNullException.
http://stackoverflow.com/questions/10838567/match-function-in-regular-expressions-being-null
Please let us know if you have any other queries.
Regards,
Ezhil S
SIGN IN To post a reply.
- 2 Replies
- 2 Participants
-
TH thnjiuy
- May 24, 2015 12:43 PM UTC
- May 25, 2015 12:13 PM UTC