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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AsynchronousUploadFailedEventArgs Class