Amazon.ElasticFileSystem.Model.FileSystemNotFoundException.FileSystemNotFoundException C# (CSharp) Method

FileSystemNotFoundException() public method

Construct instance of FileSystemNotFoundException
public FileSystemNotFoundException ( Exception innerException ) : System
innerException System.Exception
return System
        public FileSystemNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

FileSystemNotFoundException::FileSystemNotFoundException ( System info, System context ) : System
FileSystemNotFoundException::FileSystemNotFoundException ( string message ) : System
FileSystemNotFoundException::FileSystemNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
FileSystemNotFoundException::FileSystemNotFoundException ( string message, Exception innerException ) : System
FileSystemNotFoundException::FileSystemNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
FileSystemNotFoundException