August 2003
Intermediate to advanced
928 pages
32h 1m
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 TypeInitializationException(stringfullTypeName, ExceptioninnerException); // Public Instance Properties 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
→
TypeInitializationException