Share via


FileSize Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the size of the file that caused the exception.

Namespace:  Microsoft.CommerceServer
Assembly:  Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)

Syntax

'Declaration
Public Property FileSize As Integer
'Usage
Dim instance As UploadFileSizeException
Dim value As Integer

value = instance.FileSize

instance.FileSize = value
public int FileSize { get; set; }
public:
property int FileSize {
    int get ();
    void set (int value);
}
public function get FileSize () : int
public function set FileSize (value : int)

Property Value

Type: System..::.Int32
The size of the file that caused the exception.

Remarks

Stores the size of the file that caused the exception.

Permissions

See Also

Reference

UploadFileSizeException Class

UploadFileSizeException Members

Microsoft.CommerceServer Namespace