Amazon.DatabaseMigrationService.Model.ResourceAlreadyExistsException.ResourceAlreadyExistsException C# (CSharp) Method

ResourceAlreadyExistsException() public method

Construct instance of ResourceAlreadyExistsException
public ResourceAlreadyExistsException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public ResourceAlreadyExistsException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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