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

Messages.UnexpectedError Property

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Gets or sets a user-friendly 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 UnexpectedError As String
C#
public string UnexpectedError { get; set; }

Property Value

Type: System.String

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 is necessary for localization of Image Uploader.

See Also

Reference