AsynchronousUploadFailedEventArgs Constructor
Initializes a new instance of the AsynchronousUploadFailedEventArgs class.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Sub New ( _
exception As Exception _
)
'Usage
Dim exception As Exception
Dim instance As New AsynchronousUploadFailedEventArgs(exception)
public AsynchronousUploadFailedEventArgs(
Exception exception
)
public:
AsynchronousUploadFailedEventArgs(
Exception^ exception
)
public function AsynchronousUploadFailedEventArgs(
exception : Exception
)
Parameters
- exception
Type: System..::.Exception
The Exception that occurred.
Remarks
The AsynchronousUploadFailedEventArgs class provides the Exception property which contains data about the event that can be accessed in the AsynchronousUploadFailedEventHandler event handler.
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