What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean?

Jonathan Allen picture Jonathan Allen · Jul 8, 2011 · Viewed 13.3k times · Source

What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean in silverlight?

Answer

SLaks picture SLaks · Jul 8, 2011

Silverlight called your constructor, and your constructor threw an exception.

You can find the original exception from your constructor in the InnerException.