Wha开发者_如何学Ct does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean in silverlight?
Silverlight called your constructor, and your constructor threw an exception.
You can find the original exception from your constructor in the InnerException
.
精彩评论