This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.MessageUnexpectedErrorText Property

Text of the user-friendly error message for errors which are meaningful to website developer only.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property MessageUnexpectedErrorText As String
C#
public string MessageUnexpectedErrorText { get; set; }

Property Value

A string value that specifies a text of the user-friendly error message. To disable this message, set it to an empty string.

Default value is "Image Uploader encountered some problem. If you see this message, contact web master.".

Remarks

This property corresponds to MessageUnexpectedErrorText client-side property.

See Also

Reference