Table of Contents

Class FileSystemNotFoundException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

FileSystemNotFoundException(string, Exception)

Construct instance of FileSystemNotFoundException

public FileSystemNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode