Class FileSystemNotFoundException
No Amazon FSx file systems were found based upon supplied parameters.
public class FileSystemNotFoundException : AmazonFSxException
- Inheritance
-
FileSystemNotFoundException
Constructors
FileSystemNotFoundException(Exception)
Construct instance of FileSystemNotFoundException
public FileSystemNotFoundException(Exception innerException)
Parameters
innerException
Exception
FileSystemNotFoundException(string)
Constructs a new FileSystemNotFoundException with the specified error message.
public FileSystemNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
FileSystemNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of FileSystemNotFoundException
public FileSystemNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
FileSystemNotFoundException(string, Exception)
Construct instance of FileSystemNotFoundException
public FileSystemNotFoundException(string message, Exception innerException)
Parameters
FileSystemNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of FileSystemNotFoundException
public FileSystemNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode