Share via


Exception Property

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

Gets the exception that occurred.

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

Syntax

'Declaration
Public ReadOnly Property Exception As Exception
'Usage
Dim instance As AsynchronousUploadFailedEventArgs
Dim value As Exception

value = instance.Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
public function get Exception () : Exception

Property Value

Type: System..::.Exception
The exception that occurred.

Remarks

The exception that occurred.

Permissions

See Also

Reference

AsynchronousUploadFailedEventArgs Class

AsynchronousUploadFailedEventArgs Members

Microsoft.CommerceServer.Marketing Namespace