What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean in silverlight?
What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean?
Asked Answered
Silverlight called your constructor, and your constructor threw an exception.
You can find the original exception from your constructor in the InnerException
.
© 2022 - 2024 — McMap. All rights reserved.