Class DataRepositoryTaskEndedException
The data repository task could not be canceled because the task has already ended.
public class DataRepositoryTaskEndedException : AmazonFSxException
- Inheritance
-
DataRepositoryTaskEndedException
Constructors
DataRepositoryTaskEndedException(Exception)
Construct instance of DataRepositoryTaskEndedException
public DataRepositoryTaskEndedException(Exception innerException)
Parameters
innerException
Exception
DataRepositoryTaskEndedException(string)
Constructs a new DataRepositoryTaskEndedException with the specified error message.
public DataRepositoryTaskEndedException(string message)
Parameters
message
stringDescribes the error encountered.
DataRepositoryTaskEndedException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of DataRepositoryTaskEndedException
public DataRepositoryTaskEndedException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
DataRepositoryTaskEndedException(string, Exception)
Construct instance of DataRepositoryTaskEndedException
public DataRepositoryTaskEndedException(string message, Exception innerException)
Parameters
DataRepositoryTaskEndedException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of DataRepositoryTaskEndedException
public DataRepositoryTaskEndedException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode