Amazon.ServerMigrationService.Model.ReplicationJobAlreadyExistsException.ReplicationJobAlreadyExistsException C# (CSharp) Method

ReplicationJobAlreadyExistsException() public method

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

Same methods

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