April 2003
Beginner to intermediate
620 pages
21h 48m
English
DataException
This is the base class for all exceptions in this namespace.
Provider-specific exception classes (such as
System.Data.SqlClient.SqlException), which
represent errors that are raised when executing a command or
accessing a connection, don’t derive from this
class.
public class DataException : SystemException { // Public Constructors public DataException( ); public DataException(strings); public DataException(strings, ExceptioninnerException); // Protected Constructors protected DataException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
DataException
Multiple types
Read now
Unlock full access