c# - Exception Details: System.NotSupportedException: Object doesn't support this property or method -
object doesn't support property or method
description: unhandled exception occurred during execution of current web request. please review stack trace more information error , originated in code.
exception details: system.notsupportedexception: object doesn't support property or method
quite possibly 1 of straightforward, honest , accurate exception messages of time. second favorite, after "object reference not set instance of object".
you calling someobject.somemethod()
, version of object not support method. throws exception let know. fix not calling method.
Comments
Post a Comment