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

MountTargetConflictException() public method

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

Same methods

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