UploadErrorEventArgsErrorMessage Property
Gets the Imgur's response message.
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 string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String
Get
Dim instance As UploadErrorEventArgs
Dim value As String
value = instance.ErrorMessage
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string with get
No code example is currently available or this language may not be supported.
Property Value
String
The Imgur's response message.