Click or drag to resize
DownloadException Constructor
Overload List
  NameDescription
Public methodDownloadException
Initializes a new instance of the DownloadException class.
Public methodDownloadException(String)
Initializes a new instance of the DownloadException class with a specified error message.
Protected methodDownloadException(SerializationInfo, StreamingContext)
Initializes a new instance of the DownloadException class with serialized data.
Public methodDownloadException(String, Exception)
Initializes a new instance of the DownloadException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also