April 2003
Beginner to intermediate
620 pages
21h 48m
English
TypedDataSetGeneratorException
This exception is thrown when an error is encountered by the
TypedDataSetGenerator.
public class TypedDataSetGeneratorException : DataException { // Public Constructors public TypedDataSetGeneratorException( ); public TypedDataSetGeneratorException(System.Collections.ArrayListlist); // Protected Constructors protected TypedDataSetGeneratorException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // Public Instance Properties public ArrayList ErrorList{get; } // Public Instance Methods public override void GetObjectData(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); // overrides Exception }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
DataException
→
TypedDataSetGeneratorException
Read now
Unlock full access