Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The exception that is thrown as a wrapper around the exception thrown by the class initializer.
Remarks
When a class initializer fails to initialize a type, a TypeInitializationException is created and passed a reference to the exception thrown by the type's class initializer. The InnerException property of the TypeInitializationException holds the underlying exception.
See Also
Tasks
How to: Find Out More About an Exception with the Exception Assistant