Mono Class Library: System.TypeLoadException Overview | MembersSystem.TypeLoadException.Message Property |
Gets the error message for this exception. [Edit]
|
A string containing a message that describes the error. [Edit]
This property is read-only.
Note: This property overrides Exception.Message .If no message was supplied to the constructor for the current instance, the system supplies a default message that is formatted using the current system culture. The system-supplied message includes the fully qualified name of the type that failed to load, and the string obtained by invoking System.Reflection.Assembly.ToString on the assembly that referenced the type. For a type named MyTypes.MyClass, referenced by an assembly with the simple name MyAssembly , the message might read as follows:
Could not load type MyTypes.MyClass from assembly MyAssembly, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.
[Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0