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

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

Construct instance of FileSystemAlreadyExistsException
public FileSystemAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public FileSystemAlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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