C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.LargeDataUpload.UploadInProgressException Class Reference

Indicates that a large upload could not take place because an existing large upload session is already in progress. More...

Public Member Functions

 UploadInProgressException (string message=null)
 Constructs a new UploadInProgressException with a message.
 

Detailed Description

Indicates that a large upload could not take place because an existing large upload session is already in progress.

Definition at line 8 of file UploadInProgressException.cs.

Inheritance diagram for AnalyzeRe.LargeDataUpload.UploadInProgressException:

Constructor & Destructor Documentation

◆ UploadInProgressException()

AnalyzeRe.LargeDataUpload.UploadInProgressException.UploadInProgressException ( string  message = null)
inline

Constructs a new UploadInProgressException with a message.

Parameters
messageThe exception message to use instead of the default.

Definition at line 12 of file UploadInProgressException.cs.


The documentation for this class was generated from the following file: