Click or drag to resize

ReadException Constructor

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