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

IncorrectFileSystemLifeCycleStateException() public method

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

Same methods

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