UploadErrorEventArgs Constructor
Namespace: DevCase.ThirdParty.ImgurAssembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public UploadErrorEventArgs(
ImgurStatus status,
string errorMessage
)
public:
UploadErrorEventArgs(
ImgurStatus status,
String^ errorMessage
)
new :
status : ImgurStatus *
errorMessage : string -> UploadErrorEventArgs
No code example is currently available or this language may not be supported.
Parameters
- status ImgurStatus
-
The Imgur's response status.
- errorMessage String
-
The Imgur's response message.