asp.net.ph

TypeLoadException Class

System Namespace


The exception that is thrown when type-loading failures occur.

TypeLoadException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public TypeLoadException ( )
public TypeLoadException ( String message )
public TypeLoadException ( String message , Exception inner )

Collapse   Properties

Visibility Name Value Type Accessibility
public Message String [ Get ]
public TypeName String [ Get ]

Collapse   Methods

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

Remarks

TypeLoadException is thrown when the Common Language Runtime cannot find the assembly, the type within the assembly, or cannot load the type.

TypeLoadException uses the HRESULT COR_E_TYPELOAD, that has the value 0x80131522.

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

See Also

Exception Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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