FileUploaderException(String) Constructor

Initializes a new instance of the FileUploaderException class with a specified error message.

Definition

Namespace: GleamTech.FileUltimate.AspNet.UI
Assembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 8.8.8
C#
public FileUploaderException(
	string message
)

Parameters

message  String
The error message that explains the reason for the exception.

See Also