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

FileSystemInUseException() public method

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

Same methods

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