asp.net.ph

TypeInitializationException Class

System Namespace


The exception that is thrown as a wrapper around the exception thrown by the class initializer. This class cannot be inherited.

TypeInitializationException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public TypeInitializationException ( String fullTypeName , Exception innerException )

Collapse   Properties

Visibility Name Value Type Accessibility
public TypeName String [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
public GetObjectData ( SerializationInfo info , StreamingContext context ) Void

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 TypeInitializationException holds the underlying exception.

TypeInitializationException uses the HRESULT COR_E_TYPEINITIALIZATION, that has the value 0x80131534.

For a list of initial property values for an instance of TypeInitializationException, see the TypeInitializationException constructors.

See Also

Exception Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph