UploadFileSizeException Constructor
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Initializes a new instance of the UploadFileSizeException class.
Overload List
Name | Description | |
---|---|---|
UploadFileSizeException()()() | Initializes a new instance of the UploadFileSizeException class. | |
UploadFileSizeException(String) | Initializes a new instance of the UploadFileSizeException class with the specified error message. | |
UploadFileSizeException(SerializationInfo, StreamingContext) | Initializes a new instance of the UploadFileSizeException class with the specified serialization and streaming context information. | |
UploadFileSizeException(String, Exception) | Initializes a new instance of the UploadFileSizeException class with a specified error message and inner exception that is the cause of this exception. | |
UploadFileSizeException(String, Guid, Int32) | Initializes a new instance of the UploadFileSizeException class with the specified error message and parameters. | |
UploadFileSizeException(String, Guid, Int32, Exception) | Initializes a new instance of the UploadFileSizeException class with the specified error message, parameters, and inner exception that is the cause of this exception. |
Top
Remarks
This exception is thrown when a user tried to upload a file that is larger than the pre-configured limit; or when trying to import a token that was not completely uploaded yet.