“对与指定绑定约束匹配的类型调用构造函数引发异常。”是什么意思?意思是?
“对与指定绑定约束匹配的类型调用构造函数引发异常”是什么意思?意思是银光?
What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean in silverlight?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Silverlight 调用了您的构造函数,并且您的构造函数引发了异常。
您可以在
InnerException
中找到构造函数中的原始异常。Silverlight called your constructor, and your constructor threw an exception.
You can find the original exception from your constructor in the
InnerException
.