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

EntityAlreadyExistsException() public method

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

Same methods

EntityAlreadyExistsException::EntityAlreadyExistsException ( System info, System context ) : System
EntityAlreadyExistsException::EntityAlreadyExistsException ( string message ) : 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