Thumbnail.LoadErrorMessage Property |
Gets or sets the error message rendered when there is an error creating the thumbnail.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic string LoadErrorMessage { get; set; }
Public Property LoadErrorMessage As String
Get
Set
Property Value
Type:
String The error message displayed in the thumbnail area when creating the thumbnail fails.
Remarks This property is set to the exception message by default.
See Also