ThumbnailViewLoadErrorMessage Property |
Gets or sets the error message that will be displayed when there is an error loading images.
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)
Syntax public string LoadErrorMessage { get; set; }
Public Property LoadErrorMessage As String
Get
Set
Property Value
Type:
String The error message to display on the error thumbnail.
Remarks If this property is null or Empty the real exception error
message is displayed on the thumbnail.
See Also