DataException Constructor A Sandcastle Documented Class Library
Overload List

  NameDescription
Public methodDataException 
Initializes a new instance of the DataException class.
Public methodDataException(String)
Initializes a new instance of the DataException class with a specified error message.
Protected methodDataException(SerializationInfo, StreamingContext)
Initializes a new instance of the DataException class with serialized data.
Public methodDataException(String, Exception)
Initializes a new instance of the DataException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Back to Top
See Also