Class InvalidExportPathException
The path provided for data repository export isn't valid.
public class InvalidExportPathException : AmazonFSxException
- Inheritance
-
InvalidExportPathException
Constructors
InvalidExportPathException(Exception)
Construct instance of InvalidExportPathException
public InvalidExportPathException(Exception innerException)
Parameters
innerException
Exception
InvalidExportPathException(string)
Constructs a new InvalidExportPathException with the specified error message.
public InvalidExportPathException(string message)
Parameters
message
stringDescribes the error encountered.
InvalidExportPathException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidExportPathException
public InvalidExportPathException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidExportPathException(string, Exception)
Construct instance of InvalidExportPathException
public InvalidExportPathException(string message, Exception innerException)
Parameters
InvalidExportPathException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidExportPathException
public InvalidExportPathException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode