Text of the error message which states that the server with the name, specified in the Action parameter cannot be found.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Property MessageServerNotFoundText As String
public string MessageServerNotFoundText { get; set; }
A string value which specifies a text of the error message stating that the server with the name, specified in the Action parameter cannot be not found (e.g. the name of this server name is misspelled or the server is down). To disable this message, set it to empty string.
To be able to display additional information in this error message (the server name), a special keyword is used:
Placeholder | Description |
---|---|
[Name] | replaced by the name of the server which cannot be reached (as specified in the Action parameter). |
Default value is "The server or proxy [Name] not found.".