DownloadException Constructor (String) |
Initializes a new instance of the
DownloadException class with a specified
error message.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic DownloadException(
string message
)
Public Sub New (
message As String
)
public:
DownloadException(
String^ message
)
new :
message : string -> DownloadException
Parameters
- message
- Type: SystemString
The message the describes the error.
See Also