Amazon.ElasticFileSystem.Model.FileSystemInUseException.FileSystemInUseException C# (CSharp) Метод

FileSystemInUseException() публичный Метод

Construct instance of FileSystemInUseException
public FileSystemInUseException ( Exception innerException ) : System
innerException System.Exception
Результат 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