August 2003
Intermediate to advanced
928 pages
32h 1m
English
TypeLoadException
This exception signals that a class (or its assembly) cannot be found or loaded by the .NET runtime.
public class TypeLoadException : SystemException { // Public Constructors public TypeLoadException( ); public TypeLoadException(stringmessage); public TypeLoadException(stringmessage, Exceptioninner); // Protected Constructors protected TypeLoadException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // Public Instance Properties public override string Message{get; } // overrides Exception public string TypeName{get; } // Public Instance Methods public override void GetObjectData( System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext) // overrides Exception }
Object
→
Exception(System.Runtime.Serialization.ISerializable)
→
SystemException
→
TypeLoadException
DllNotFoundException,
EntryPointNotFoundException