Amazon.DirectoryService.Model.EntityAlreadyExistsException.EntityAlreadyExistsException C# (CSharp) Method

EntityAlreadyExistsException() public method

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

Same methods

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