March 2002
Intermediate to advanced
864 pages
31h 8m
English
TypeInitializationException
This class provides a wrapper around an exception thrown
by the .NET class initializer. The underlying exception is
accessible through
InnerException.
public sealed class TypeInitializationException : SystemException { // Public Constructors public method TypeInitializationException( string fullTypeName, Exception innerException); // Public Instance Properties public field string TypeName{get; } // Public Instance Methods public override method void GetObjectData( // overrides Exception System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
Object→Exception(System.Runtime.Serialization.ISerializable)→SystemException→TypeInitializationException