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

MountTargetConflictException() public method

Constructs a new MountTargetConflictException with the specified error message.
public MountTargetConflictException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public MountTargetConflictException(string message) 
            : base(message) {}
          

Same methods

MountTargetConflictException::MountTargetConflictException ( Exception innerException ) : System
MountTargetConflictException::MountTargetConflictException ( System info, System context ) : 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