Switch that specifies whether to display an error page returned from the server if some error occurs on the page specified with the Action property.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property ShowDebugWindow As Boolean
public bool ShowDebugWindow { get; set; }
A boolean value (true
or false
). If true
, Image Uploader opens a window with the error page returned by the server if error occurred. Otherwise, the user-friendly error message is displayed (the MessageUnexpectedErrorText property). Also, this property influences on certain error messages which are meaningful only to a website developer.
Default value is false
.