Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class UploadFileSizeException _
Inherits ImportExportException _
Implements ISerializable
'Usage
Dim instance As UploadFileSizeException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class UploadFileSizeException : ImportExportException, ISerializable
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class UploadFileSizeException : public ImportExportException,
ISerializable
public class UploadFileSizeException extends ImportExportException implements ISerializable
Inheritance Hierarchy
System..::.Object
System..::.Exception
Microsoft.CommerceServer..::.ImportExportException
Microsoft.CommerceServer..::.UploadFileSizeException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.