Class DataRepositoryTaskExecutingException
An existing data repository task is currently executing on the file system. Wait until the existing task has completed, then create the new task.
public class DataRepositoryTaskExecutingException : AmazonFSxException
- Inheritance
-
DataRepositoryTaskExecutingException
Constructors
DataRepositoryTaskExecutingException(Exception)
Construct instance of DataRepositoryTaskExecutingException
public DataRepositoryTaskExecutingException(Exception innerException)
Parameters
innerException
Exception
DataRepositoryTaskExecutingException(string)
Constructs a new DataRepositoryTaskExecutingException with the specified error message.
public DataRepositoryTaskExecutingException(string message)
Parameters
message
stringDescribes the error encountered.
DataRepositoryTaskExecutingException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of DataRepositoryTaskExecutingException
public DataRepositoryTaskExecutingException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
DataRepositoryTaskExecutingException(string, Exception)
Construct instance of DataRepositoryTaskExecutingException
public DataRepositoryTaskExecutingException(string message, Exception innerException)
Parameters
DataRepositoryTaskExecutingException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of DataRepositoryTaskExecutingException
public DataRepositoryTaskExecutingException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode